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, wait
getApplicationOrSystemProperty, getHeartbeatInterval, getInitParameters, getPushMode, getResourceCacheTime, isCloseIdleSessions, isProductionMode, isSendUrlsAsParameters, isSyncIdCheckEnabled, isXsrfProtectionEnabled
public String getUIClassName()
DeploymentConfiguration
getUIClassName
in interface DeploymentConfiguration
public String getUIProviderClassName()
DeploymentConfiguration
getUIProviderClassName
in interface DeploymentConfiguration
public String getWidgetset(String defaultValue)
DeploymentConfiguration
defaultValue
is
returned if widgetset parameter is not configured.getWidgetset
in interface DeploymentConfiguration
public String getResourcesPath()
DeploymentConfiguration
getResourcesPath
in interface DeploymentConfiguration
public String getClassLoaderName()
DeploymentConfiguration
getClassLoaderName
in interface DeploymentConfiguration
Copyright © 2018 Vaadin Ltd. All rights reserved.