protected static class DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements ApplicationConfiguration
Modifier | Constructor and Description |
---|---|
protected |
ApplicationConfigurationImpl(VaadinContext context,
FallbackChunk fallbackChunk,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
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. |
boolean |
isProductionMode()
Returns whether Vaadin is in production mode.
|
getApplicationOrSystemProperty, getApplicationProperty, getApplicationProperty, getBooleanProperty, getProperties, getStringProperty, getSystemProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
enableDevServer, getBooleanProperty, getBuildFolder, getFlowResourcesFolder, getStringProperty, isPnpmEnabled, isXsrfProtectionEnabled, reuseDevServer, useV14Bootstrap
protected ApplicationConfigurationImpl(VaadinContext context, FallbackChunk fallbackChunk, Map<String,String> properties)
public boolean isProductionMode()
AbstractConfiguration
isProductionMode
in interface AbstractConfiguration
public Enumeration<String> getPropertyNames()
ApplicationConfiguration
Enumeration
, or an empty Enumeration
if there
are o initialization parameters.getPropertyNames
in interface ApplicationConfiguration
Enumeration
public VaadinContext getContext()
ApplicationConfiguration
getContext
in interface ApplicationConfiguration
public FallbackChunk getFallbackChunk()
ApplicationConfiguration
null
if it's not
available.getFallbackChunk
in interface ApplicationConfiguration
null
.Copyright © 2021. All rights reserved.