|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.server.AbstractDeploymentConfiguration
public abstract class AbstractDeploymentConfiguration
An abstract base class for DeploymentConfiguration implementations. This class provides default implementation for common config properties.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.vaadin.server.DeploymentConfiguration |
|---|
DeploymentConfiguration.LegacyProperyToStringMode |
| Constructor Summary | |
|---|---|
AbstractDeploymentConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassLoaderName()
Gets class loader configuration option value. |
java.lang.String |
getResourcesPath()
Gets resources path configuration option value. |
java.lang.String |
getUIClassName()
Gets UI class configuration option value. |
java.lang.String |
getUIProviderClassName()
Gets UI provider class configuration option value. |
java.lang.String |
getWidgetset(java.lang.String defaultValue)
Gets Widgetset configuration option value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.vaadin.server.DeploymentConfiguration |
|---|
getApplicationOrSystemProperty, getHeartbeatInterval, getInitParameters, getLegacyPropertyToStringMode, getPushMode, getResourceCacheTime, isCloseIdleSessions, isProductionMode, isSendUrlsAsParameters, isSyncIdCheckEnabled, isXsrfProtectionEnabled |
| Constructor Detail |
|---|
public AbstractDeploymentConfiguration()
| Method Detail |
|---|
public java.lang.String getUIClassName()
DeploymentConfiguration
getUIClassName in interface DeploymentConfigurationpublic java.lang.String getUIProviderClassName()
DeploymentConfiguration
getUIProviderClassName in interface DeploymentConfigurationpublic java.lang.String getWidgetset(java.lang.String defaultValue)
DeploymentConfigurationdefaultValue is
returned if widgetset parameter is not configured.
getWidgetset in interface DeploymentConfigurationpublic java.lang.String getResourcesPath()
DeploymentConfiguration
getResourcesPath in interface DeploymentConfigurationpublic java.lang.String getClassLoaderName()
DeploymentConfiguration
getClassLoaderName in interface DeploymentConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||