org.apache.pluto.descriptors.portlet
Class PortletAppDD

java.lang.Object
  extended byorg.apache.pluto.descriptors.portlet.PortletAppDD

public class PortletAppDD
extends java.lang.Object

Portlet Application Configuration.

Since:
Mar 6, 2005
Version:
$Id: PortletAppDD.java 157475 2005-03-14 22:13:18Z ddewolf $

Constructor Summary
PortletAppDD()
          Default Constructor.
 
Method Summary
 java.util.List getCustomPortletModes()
           
 java.util.List getCustomWindowStates()
           
 java.util.List getPortlets()
          Retrieve the portlets which exist within this application.
 java.util.List getSecurityConstraints()
           
 java.util.List getUserAttributes()
           
 java.lang.String getVersion()
           
 void setCustomPortletModes(java.util.List customPortletModes)
           
 void setCustomWindowStates(java.util.List customWindowStates)
           
 void setPortlets(java.util.List portlets)
          Set the portlets that exist within this application.
 void setSecurityConstraints(java.util.List securityConstraints)
           
 void setUserAttributes(java.util.List userAttributes)
           
 void setVersion(java.lang.String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletAppDD

public PortletAppDD()
Default Constructor.

Method Detail

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String version)

getPortlets

public java.util.List getPortlets()
Retrieve the portlets which exist within this application.

Returns:

setPortlets

public void setPortlets(java.util.List portlets)
Set the portlets that exist within this application.

Parameters:
portlets -

getCustomPortletModes

public java.util.List getCustomPortletModes()

setCustomPortletModes

public void setCustomPortletModes(java.util.List customPortletModes)

getCustomWindowStates

public java.util.List getCustomWindowStates()

setCustomWindowStates

public void setCustomWindowStates(java.util.List customWindowStates)

getUserAttributes

public java.util.List getUserAttributes()

setUserAttributes

public void setUserAttributes(java.util.List userAttributes)

getSecurityConstraints

public java.util.List getSecurityConstraints()

setSecurityConstraints

public void setSecurityConstraints(java.util.List securityConstraints)


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