public interface ApplicationConfiguration extends AbstractConfiguration
Configuration is based on VaadinContext which provides application
level data in contrast to DeploymentConfiguration which provides a
Servlet level configuration.
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfiguration |
get(VaadinContext context)
Gets a configuration instance for the given {code context}.
|
VaadinContext |
getContext()
The context which the configuration is based on.
|
FallbackChunk |
getFallbackChunk()
Gets a fallback chunk for the application or
null if it's not
available. |
Enumeration<String> |
getPropertyNames()
Returns the names of the configuration properties as an
Enumeration, or an empty Enumeration if there
are o initialization parameters. |
enableDevServer, getBooleanProperty, getStringProperty, isPnpmEnabled, isProductionMode, isXsrfProtectionEnabled, reuseDevServer, useV14Bootstrapstatic ApplicationConfiguration get(VaadinContext context)
context - the context to get the configuration forcontextEnumeration<String> getPropertyNames()
Enumeration, or an empty Enumeration if there
are o initialization parameters.EnumerationVaadinContext getContext()
FallbackChunk getFallbackChunk()
null if it's not
available.null.Copyright © 2021. All rights reserved.