org.apache.pluto.driver.services.impl.resource
Class ResourceConfig

java.lang.Object
  extended by org.apache.pluto.driver.services.impl.resource.ResourceConfig

public class ResourceConfig
extends Object

Encapsulation of the Pluto Driver ResourceConfig Info.

Since:
Sep 23, 2004
Version:
1.0

Constructor Summary
ResourceConfig()
          Default Constructor.
 
Method Summary
 void addSupportedPortletMode(String mode)
          Add the named supported portlet mode to the list of supported modes.
 void addSupportedWindowState(String state)
          Add the named supported window state to the list of supported states.
 String getContainerName()
          Standard Getter.
 String getPortalName()
          Standard Getter.
 String getPortalVersion()
          Standard Getter.
 RenderConfig getRenderConfig()
          Standard Getter.
 Set getSupportedPortletModes()
          Standard Getter.
 Set getSupportedWindowStates()
          Standard Getter.
 void setContainerName(String containerName)
          Standard Setter.
 void setPortalName(String portalName)
          Standard Getter.
 void setPortalVersion(String portalVersion)
          Standard Setter.
 void setRenderConfig(RenderConfig renderConfig)
          Standard Setter.
 void setSupportedPortletModes(Set supportedPortletModes)
          Standard Setter.
 void setSupportedWindowStates(Set supportedWindowStates)
          Standard Setter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceConfig

public ResourceConfig()
Default Constructor.

Method Detail

getPortalName

public String getPortalName()
Standard Getter.

Returns:
the name of the portal.

setPortalName

public void setPortalName(String portalName)
Standard Getter.

Parameters:
portalName - the name of the portal.

getPortalVersion

public String getPortalVersion()
Standard Getter.

Returns:
the portal version.

setPortalVersion

public void setPortalVersion(String portalVersion)
Standard Setter.

Parameters:
portalVersion - the portal version.

getContainerName

public String getContainerName()
Standard Getter.

Returns:
the name of the container.

setContainerName

public void setContainerName(String containerName)
Standard Setter.

Parameters:
containerName - the name of the container.

getSupportedPortletModes

public Set getSupportedPortletModes()
Standard Getter.

Returns:
the names of the supported portlet modes.

setSupportedPortletModes

public void setSupportedPortletModes(Set supportedPortletModes)
Standard Setter.

Parameters:
supportedPortletModes - the names of the supported portlet modes.

addSupportedPortletMode

public void addSupportedPortletMode(String mode)
Add the named supported portlet mode to the list of supported modes.

Parameters:
mode - a supported mode.

getSupportedWindowStates

public Set getSupportedWindowStates()
Standard Getter.

Returns:
the names of the supported window states.

setSupportedWindowStates

public void setSupportedWindowStates(Set supportedWindowStates)
Standard Setter.

Parameters:
supportedWindowStates - the names of the supported window states.

addSupportedWindowState

public void addSupportedWindowState(String state)
Add the named supported window state to the list of supported states.

Parameters:
state - the name of the supported state.

getRenderConfig

public RenderConfig getRenderConfig()
Standard Getter.

Returns:
the render configuration.

setRenderConfig

public void setRenderConfig(RenderConfig renderConfig)
Standard Setter.

Parameters:
renderConfig - the render configuration.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.