Uses of Interface
com.vaadin.flow.function.DeploymentConfiguration
-
Packages that use DeploymentConfiguration Package Description com.vaadin.flow.internal com.vaadin.flow.server com.vaadin.flow.server.frontend -
-
Uses of DeploymentConfiguration in com.vaadin.flow.internal
Constructors in com.vaadin.flow.internal with parameters of type DeploymentConfiguration Constructor Description ResponseWriter(DeploymentConfiguration deploymentConfiguration)Create a response writer with the given deployment configuration. -
Uses of DeploymentConfiguration in com.vaadin.flow.server
Classes in com.vaadin.flow.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.classPropertyDeploymentConfigurationThe property handling implementation ofDeploymentConfigurationbased on a base class for resolving system properties and a set of init parameters.Methods in com.vaadin.flow.server that return DeploymentConfiguration Modifier and Type Method Description DeploymentConfigurationDeploymentConfigurationFactory. createDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)Creates aDeploymentConfigurationinstance that is filled with all parameters, specified for the current app.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.DeploymentConfigurationDeploymentConfigurationFactory. createPropertyDeploymentConfiguration(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig)Creates aDeploymentConfigurationinstance that has all parameters, specified for the current app without doing checks so property states and only returns default.DeploymentConfigurationVaadinSession. getConfiguration()Gets the configuration for this session.DeploymentConfigurationVaadinService. getDeploymentConfiguration()Gets the deployment configuration.Methods in com.vaadin.flow.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.flow.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)Creates an instance connected to the given servlet and using the given configuration. -
Uses of DeploymentConfiguration in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type DeploymentConfiguration Modifier and Type Method Description static StringFrontendUtils. getProjectFrontendDir(DeploymentConfiguration configuration)Get directory where project's frontend files are located.
-