Uses of Interface
com.vaadin.flow.server.AbstractConfiguration
Packages that use AbstractConfiguration
Package
Description
-
Uses of AbstractConfiguration in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type AbstractConfigurationModifier and TypeMethodDescriptionComponentTracker.Location.findJavaFile(AbstractConfiguration configuration) Deprecated.use findSourceFileComponentTracker.Location.findSourceFile(AbstractConfiguration configuration) Finds the source file this location refers to. -
Uses of AbstractConfiguration in com.vaadin.flow.function
Subinterfaces of AbstractConfiguration in com.vaadin.flow.functionModifier and TypeInterfaceDescriptioninterfaceA collection of properties configured at deploy time as well as a way of accessing third party properties not explicitly supported by this class. -
Uses of AbstractConfiguration in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type AbstractConfigurationModifier and TypeMethodDescriptionstatic booleanRouteUtil.hasClientRouteWithAutoLayout(AbstractConfiguration configuration) Check if currently registered client routes use auto layout based onAvailableViewInfo.flowLayout(). -
Uses of AbstractConfiguration in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement AbstractConfigurationModifier and TypeClassDescriptionclassAn abstract base class for DeploymentConfiguration implementations.classProvides a configuration based on string properties.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. -
Uses of AbstractConfiguration in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type AbstractConfigurationModifier and TypeMethodDescriptionstatic FileFrontendUtils.getProjectFrontendDir(AbstractConfiguration configuration) Get directory where project's frontend files are located.static Optional<com.fasterxml.jackson.databind.JsonNode>ThemeUtils.getThemeJson(String themeName, AbstractConfiguration config) -
Uses of AbstractConfiguration in com.vaadin.flow.server.startup
Subinterfaces of AbstractConfiguration in com.vaadin.flow.server.startupModifier and TypeInterfaceDescriptioninterfaceConfiguration on the application level.Classes in com.vaadin.flow.server.startup that implement AbstractConfigurationModifier and TypeClassDescriptionprotected static class