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 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 static voidBootstrapHandler.addJavaScriptEntryPoints(DeploymentConfiguration config, org.jsoup.nodes.Document targetDocument) protected VaadinServletServiceVaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration) Creates a vaadin servlet service.protected static Collection<String>BootstrapHandler.getStylesheetLinks(DeploymentConfiguration config, String fileName) Gives a links for referencing the custom theme stylesheet files (typically styles.css or document.css), which are served in express build mode by static file server directly from frontend/themes folder.protected static Collection<org.jsoup.nodes.Element>BootstrapHandler.getStylesheetTags(DeploymentConfiguration config, String fileName) Gives link tags for referencing the custom theme stylesheet files (typically styles.css or document.css), which are served in express build mode by static file server directly from frontend/themes folder.voidVaadinSession.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.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type DeploymentConfigurationModifier and TypeMethodDescriptionstatic StringFrontendUtils.getProjectFrontendDir(DeploymentConfiguration configuration) Get directory where project's frontend files are located. -
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.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)