public abstract class AbstractDeploymentConfiguration extends Object implements DeploymentConfiguration
| Constructor and Description |
|---|
AbstractDeploymentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassLoaderName()
Gets class loader configuration option value.
|
String |
getResourcesPath()
Gets resources path configuration option value.
|
String |
getUIClassName()
Gets UI class configuration option value.
|
String |
getUIProviderClassName()
Gets UI provider class configuration option value.
|
String |
getWidgetset(String defaultValue)
Gets Widgetset configuration option value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationOrSystemProperty, getHeartbeatInterval, getInitParameters, getPushMode, getResourceCacheTime, isCloseIdleSessions, isProductionMode, isSendUrlsAsParameters, isSyncIdCheckEnabled, isXsrfProtectionEnabledpublic String getUIClassName()
DeploymentConfigurationgetUIClassName in interface DeploymentConfigurationpublic String getUIProviderClassName()
DeploymentConfigurationgetUIProviderClassName in interface DeploymentConfigurationpublic String getWidgetset(String defaultValue)
DeploymentConfigurationdefaultValue is
returned if widgetset parameter is not configured.getWidgetset in interface DeploymentConfigurationpublic String getResourcesPath()
DeploymentConfigurationgetResourcesPath in interface DeploymentConfigurationpublic String getClassLoaderName()
DeploymentConfigurationgetClassLoaderName in interface DeploymentConfigurationCopyright © 2017 Vaadin Ltd. All rights reserved.