Uses of Interface
com.vaadin.flow.server.AbstractConfiguration
-
Packages that use AbstractConfiguration Package Description com.vaadin.flow.function com.vaadin.flow.server com.vaadin.flow.server.startup -
-
Uses of AbstractConfiguration in com.vaadin.flow.function
Subinterfaces of AbstractConfiguration in com.vaadin.flow.function Modifier and Type Interface Description interfaceDeploymentConfigurationA 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
Classes in com.vaadin.flow.server that implement AbstractConfiguration Modifier and Type Class Description classAbstractDeploymentConfigurationAn abstract base class for DeploymentConfiguration implementations.classAbstractPropertyConfigurationProvides a configuration based on string properties.classDefaultDeploymentConfigurationThe default implementation ofDeploymentConfigurationbased on a base class for resolving system properties and a set of init parameters.classPropertyDeploymentConfigurationThe 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.startup
Subinterfaces of AbstractConfiguration in com.vaadin.flow.server.startup Modifier and Type Interface Description interfaceApplicationConfigurationConfiguration on the application level.Classes in com.vaadin.flow.server.startup that implement AbstractConfiguration Modifier and Type Class Description protected static classDefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
-