Uses of Interface
com.vaadin.server.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description com.vaadin.server -
-
Uses of DeploymentConfiguration in com.vaadin.server
Classes in com.vaadin.server that implement DeploymentConfiguration Modifier and Type Class Description classAbstractDeploymentConfigurationAn abstract base class for DeploymentConfiguration implementations.classDefaultDeploymentConfigurationThe default implementation ofDeploymentConfigurationbased on a base class for resolving system properties and a set of init parameters.Methods in com.vaadin.server that return DeploymentConfiguration Modifier and Type Method Description protected DeploymentConfigurationVaadinServlet. createDeploymentConfiguration(Properties initParameters)DeploymentConfigurationVaadinSession. getConfiguration()Gets the configuration for this sessionDeploymentConfigurationVaadinService. getDeploymentConfiguration()Gets the deployment configuration.Methods in com.vaadin.server with parameters of type DeploymentConfiguration Modifier and Type Method Description protected VaadinServletServiceVaadinServlet. createServletService(DeploymentConfiguration deploymentConfiguration)voidVaadinSession. setConfiguration(DeploymentConfiguration configuration)Constructors in com.vaadin.server with parameters of type DeploymentConfiguration Constructor Description VaadinService(DeploymentConfiguration deploymentConfiguration)Creates a new vaadin service based on a deployment configurationVaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
-