org.apache.pluto.descriptors.portlet
Class PortletAppDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.PortletAppDD

public class PortletAppDD
extends java.lang.Object

Portlet Application Configuration.

Since:
Mar 6, 2005
Version:
$Id: PortletAppDD.java 158816 2005-03-23 18:18:44Z ddewolf $
Author:
David H. DeWolf

Field Summary
private  java.util.List portlets
          The defined portlets within the system.
 
Constructor Summary
PortletAppDD()
          Default Constructor.
 
Method Summary
 PortletDD getPortlet(java.lang.String name)
           
 java.util.List getPortlets()
          Retrieve the portlets which exist within this application.
 void setPortlets(java.util.List portlets)
          Set the portlets that exist within this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portlets

private java.util.List portlets
The defined portlets within the system.

Constructor Detail

PortletAppDD

public PortletAppDD()
Default Constructor.

Method Detail

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 -

getPortlet

public PortletDD getPortlet(java.lang.String name)