Uses of Interface
com.vaadin.flow.server.AbstractConfiguration
Package
Description
-
Uses of AbstractConfiguration in com.vaadin.flow.component.internal
Modifier and TypeMethodDescriptionComponentTracker.Location.findJavaFile
(AbstractConfiguration configuration) Finds the Java file this location refers to. -
Uses of AbstractConfiguration in com.vaadin.flow.function
Modifier and TypeInterfaceDescriptioninterface
A 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.server
Modifier and TypeClassDescriptionclass
An abstract base class for DeploymentConfiguration implementations.class
Provides a configuration based on string properties.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. -
Uses of AbstractConfiguration in com.vaadin.flow.server.frontend
Modifier and TypeMethodDescriptionstatic File
FrontendUtils.getProjectFrontendDir
(AbstractConfiguration configuration) Get directory where project's frontend files are located.static Optional<elemental.json.JsonObject>
ThemeUtils.getThemeJson
(String themeName, AbstractConfiguration config) -
Uses of AbstractConfiguration in com.vaadin.flow.server.startup
Modifier and TypeInterfaceDescriptioninterface
Configuration on the application level.Modifier and TypeClassDescriptionprotected static class