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()Creates a deployment configuration to be used for the creation of aVaadinService.protected DeploymentConfigurationVaadinServlet. createDeploymentConfiguration(Properties initParameters)Creates a deployment configuration to be used for the creation of aVaadinService.DeploymentConfigurationVaadinSession. getConfiguration()Gets the configuration for this session.DeploymentConfigurationVaadinService. 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)Creates a vaadin servlet service.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 configuration.VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
-