com.vaadin.server
Class AbstractDeploymentConfiguration

java.lang.Object
  extended by com.vaadin.server.AbstractDeploymentConfiguration
All Implemented Interfaces:
DeploymentConfiguration, java.io.Serializable
Direct Known Subclasses:
DefaultDeploymentConfiguration

public abstract class AbstractDeploymentConfiguration
extends java.lang.Object
implements DeploymentConfiguration

An abstract base class for DeploymentConfiguration implementations. This class provides default implementation for common config properties.

Since:
7.4
Author:
Vaadin Ltd
See Also:
Serialized Form

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

AbstractDeploymentConfiguration

public AbstractDeploymentConfiguration()
Method Detail

getUIClassName

public java.lang.String getUIClassName()
Description copied from interface: DeploymentConfiguration
Gets UI class configuration option value.

Specified by:
getUIClassName in interface DeploymentConfiguration
Returns:
UI class name

getUIProviderClassName

public java.lang.String getUIProviderClassName()
Description copied from interface: DeploymentConfiguration
Gets UI provider class configuration option value.

Specified by:
getUIProviderClassName in interface DeploymentConfiguration
Returns:
UI class name

getWidgetset

public java.lang.String getWidgetset(java.lang.String defaultValue)
Description copied from interface: DeploymentConfiguration
Gets Widgetset configuration option value. defaultValue is returned if widgetset parameter is not configured.

Specified by:
getWidgetset in interface DeploymentConfiguration
Returns:
UI class name

getResourcesPath

public java.lang.String getResourcesPath()
Description copied from interface: DeploymentConfiguration
Gets resources path configuration option value.

Specified by:
getResourcesPath in interface DeploymentConfiguration

getClassLoaderName

public java.lang.String getClassLoaderName()
Description copied from interface: DeploymentConfiguration
Gets class loader configuration option value.

Specified by:
getClassLoaderName in interface DeploymentConfiguration


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.