|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.portlet.PortletAppDD
public class PortletAppDD
Portlet Application Configuration.
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 |
---|
private java.util.List portlets
Constructor Detail |
---|
public PortletAppDD()
Method Detail |
---|
public java.util.List getPortlets()
public void setPortlets(java.util.List portlets)
portlets
- public PortletDD getPortlet(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |