|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.portlet.PortletDD
Bare bones implementation of the Portlet descriptor. Eventually this should be flushed out :), but for the sake of timing I'll be lazy for now.
Constructor Summary | |
PortletDD()
Default Constructor. |
Method Summary | |
java.lang.String |
getPortletClass()
Retrieve the name of the portlet class. |
java.lang.String |
getPortletName()
Retrieve the unique name of the portlet. |
java.util.List |
getSecurityRoleRefs()
Retrieve the security role references for this portlet. |
void |
setPortletClass(java.lang.String portletClass)
Set the name of the portlet class. |
void |
setPortletName(java.lang.String portletName)
Set the unique name of the portlet. |
void |
setSecurityRoleRefs(java.util.List securityRoleRefs)
Set the security role references for this portlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortletDD()
Method Detail |
public java.lang.String getPortletName()
public void setPortletName(java.lang.String portletName)
portletName
- public java.lang.String getPortletClass()
public void setPortletClass(java.lang.String portletClass)
portletClass
- public java.util.List getSecurityRoleRefs()
public void setSecurityRoleRefs(java.util.List securityRoleRefs)
securityRoleRefs
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |