|
|||||||||||
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. FIXME: Hmmm... What do you mean, David? --ZHENG Zhong Eventually this should be flushed out :), but for the sake of timing I'll be lazy for now.
Constructor Summary | |
PortletDD()
Default no-arg constructor. |
Method Summary | |
java.util.List |
getDescriptions()
|
java.util.List |
getDisplayNames()
|
int |
getExpirationCache()
|
java.util.List |
getInitParams()
|
java.lang.String |
getPortletClass()
Retrieve the name of the portlet class. |
PortletInfoDD |
getPortletInfo()
|
java.lang.String |
getPortletName()
Retrieve the unique name of the portlet. |
PortletPreferencesDD |
getPortletPreferences()
|
java.lang.String |
getResourceBundle()
|
java.util.List |
getSecurityRoleRefs()
Retrieve the security role references for this portlet. |
java.util.List |
getSupportedLocales()
|
java.util.List |
getSupports()
|
int |
hashCode()
Returns the hash code for this instance. |
void |
setDescriptions(java.util.List descriptions)
|
void |
setDisplayNames(java.util.List displayNames)
|
void |
setExpirationCache(int expirationCache)
|
void |
setInitParams(java.util.List initParams)
|
void |
setPortletClass(java.lang.String portletClass)
Set the name of the portlet class. |
void |
setPortletInfo(PortletInfoDD portletInfo)
|
void |
setPortletName(java.lang.String portletName)
Set the unique name of the portlet. |
void |
setPortletPreferences(PortletPreferencesDD portletPreferences)
|
void |
setResourceBundle(java.lang.String resourceBundle)
|
void |
setSecurityRoleRefs(java.util.List securityRoleRefs)
Set the security role references for this portlet. |
void |
setSupportedLocales(java.util.List supportedLocales)
|
void |
setSupports(java.util.List supports)
|
java.lang.String |
toString()
Returns a string representation of this instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PortletDD()
Method Detail |
public java.lang.String getPortletName()
public void setPortletName(java.lang.String portletName)
portletName
- Value of the portlet-name element for this portlet in portlet.xml.
java.lang.IllegalArgumentException
- if the name has a period since it is used
to create the portlet ID in PortletWindowConfig.createPortletId()
using a dot to separate the context path from the portlet name.public java.util.List getDisplayNames()
public void setDisplayNames(java.util.List displayNames)
public java.util.List getDescriptions()
public void setDescriptions(java.util.List descriptions)
public int getExpirationCache()
public void setExpirationCache(int expirationCache)
public java.lang.String getPortletClass()
public void setPortletClass(java.lang.String portletClass)
portletClass
- public java.lang.String getResourceBundle()
public void setResourceBundle(java.lang.String resourceBundle)
public PortletInfoDD getPortletInfo()
public void setPortletInfo(PortletInfoDD portletInfo)
public java.util.List getSupports()
public void setSupports(java.util.List supports)
public java.util.List getSupportedLocales()
public void setSupportedLocales(java.util.List supportedLocales)
public java.util.List getInitParams()
public void setInitParams(java.util.List initParams)
public PortletPreferencesDD getPortletPreferences()
public void setPortletPreferences(PortletPreferencesDD portletPreferences)
public java.util.List getSecurityRoleRefs()
public void setSecurityRoleRefs(java.util.List securityRoleRefs)
securityRoleRefs
- public java.lang.String toString()
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |