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
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) -
Uses of DeploymentConfiguration in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionstatic FileFrontendUtils.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 DeploymentConfigurationSpringServlet.createDeploymentConfiguration(Properties initParameters) Methods in com.vaadin.flow.spring with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionprotected VaadinServletServiceSpringServlet.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, 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 DeploymentConfigurationMockSpringServlet.createDeploymentConfiguration()Methods in com.vaadin.testbench.unit.mocks with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionprotected VaadinServletServiceMockSpringServlet.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)