Uses of Interface
com.vaadin.flow.function.DeploymentConfiguration
Packages that use DeploymentConfiguration
Package
Description
-
Uses of DeploymentConfiguration in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return DeploymentConfigurationModifier and TypeMethodDescriptionUIInternals.getDeploymentConfiguration()Returns the Deployment Configuration for the application -
Uses of DeploymentConfiguration in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionstatic FileFrontendUtils.resolveFrontendPath(File projectRoot, DeploymentConfiguration deploymentConfiguration, String path) Looks up the frontend resource at the given path.Constructors in com.vaadin.flow.internal with parameters of type DeploymentConfigurationModifierConstructorDescriptionResponseWriter(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 DeploymentConfigurationModifier and TypeClassDescriptionclassAn abstract base class for DeploymentConfiguration implementations.classThe default implementation ofDeploymentConfigurationbased on a base class for resolving system properties and a set of init parameters.classThe 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 DeploymentConfigurationModifier and TypeMethodDescriptionDeploymentConfigurationFactory.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.DeploymentConfigurationFactory.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.VaadinSession.getConfiguration()Gets the configuration for this session.VaadinService.getDeploymentConfiguration()Gets the deployment configuration.Methods in com.vaadin.flow.server with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionprotected VaadinServletServiceVaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration) Creates a vaadin servlet service.protected static tools.jackson.databind.node.ObjectNodeBootstrapHandler.getStatsJson(DeploymentConfiguration config) Constructors in com.vaadin.flow.server with parameters of type DeploymentConfigurationModifierConstructorDescriptionVaadinService(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.dau
Constructors in com.vaadin.flow.server.dau with parameters of type DeploymentConfigurationModifierConstructorDescriptionDAUVaadinRequestInterceptor(DeploymentConfiguration deploymentConfiguration, DAUCustomizer dauCustomizer)