Uses of Interface
com.vaadin.flow.function.DeploymentConfiguration
Packages that use DeploymentConfiguration
Package
Description
-
Uses of DeploymentConfiguration in com.vaadin.flow.internal
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 TypeClassDescriptionclass
An abstract base class for DeploymentConfiguration implementations.class
The default implementation ofDeploymentConfiguration
based on a base class for resolving system properties and a set of init parameters.class
The property handling implementation ofDeploymentConfiguration
based 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 aDeploymentConfiguration
instance that is filled with all parameters, specified for the current app.protected DeploymentConfiguration
VaadinServlet.createDeploymentConfiguration()
Creates a deployment configuration to be used for the creation of aVaadinService
.protected DeploymentConfiguration
VaadinServlet.createDeploymentConfiguration
(Properties initParameters) Creates a deployment configuration to be used for the creation of aVaadinService
.DeploymentConfigurationFactory.createPropertyDeploymentConfiguration
(Class<?> systemPropertyBaseClass, VaadinConfig vaadinConfig) Creates aDeploymentConfiguration
instance 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 VaadinServletService
VaadinServlet.createServletService
(DeploymentConfiguration deploymentConfiguration) Creates a vaadin servlet service.protected static elemental.json.JsonObject
BootstrapHandler.getStatsJson
(DeploymentConfiguration config) void
VaadinSession.setConfiguration
(DeploymentConfiguration configuration) 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) -
Uses of DeploymentConfiguration in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionstatic File
FrontendUtils.resolveFrontendPath
(File projectRoot, DeploymentConfiguration deploymentConfiguration, String path) Looks up the frontend resource at the given path. -
Uses of DeploymentConfiguration in com.vaadin.flow.spring
Methods in com.vaadin.flow.spring that return DeploymentConfigurationModifier and TypeMethodDescriptionprotected DeploymentConfiguration
SpringServlet.createDeploymentConfiguration
(Properties initParameters) Methods in com.vaadin.flow.spring with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionprotected VaadinServletService
SpringServlet.createServletService
(DeploymentConfiguration deploymentConfiguration) Constructors in com.vaadin.flow.spring with parameters of type DeploymentConfigurationModifierConstructorDescriptionSpringVaadinServletService
(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext context) Creates an instance connected to the given servlet and using the given configuration with provided applicationcontext
. -
Uses of DeploymentConfiguration in com.vaadin.hilla.route
Constructors in com.vaadin.hilla.route with parameters of type DeploymentConfigurationModifierConstructorDescriptionServerAndClientViewsProvider
(DeploymentConfiguration deploymentConfiguration, NavigationAccessControl accessControl, ViewAccessChecker viewAccessChecker, boolean exposeServerRoutesToClient) Creates a new listener instance with the given route registry. -
Uses of DeploymentConfiguration in com.vaadin.testbench.unit.mocks
Methods in com.vaadin.testbench.unit.mocks that return DeploymentConfigurationModifier and TypeMethodDescriptionprotected DeploymentConfiguration
MockSpringServlet.createDeploymentConfiguration()
Methods in com.vaadin.testbench.unit.mocks with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionprotected VaadinServletService
MockSpringServlet.createServletService
(DeploymentConfiguration deploymentConfiguration) Constructors in com.vaadin.testbench.unit.mocks with parameters of type DeploymentConfigurationModifierConstructorDescriptionMockSpringServletService
(MockSpringServlet servlet, DeploymentConfiguration deploymentConfiguration, org.springframework.context.ApplicationContext ctx, kotlin.jvm.functions.Function0<UI> uiFactory)