|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.portletcontainer.plugins.pc.PortletDataImp
public class PortletDataImp
| Field Summary | |
|---|---|
protected org.exoplatform.container.ExoContainer |
cont
Exo container. |
protected boolean |
localPortlet
Local portlet flag. |
protected Portlet |
portlet
Portlet object. |
protected List<UserAttribute> |
userAttributes
User attributes. |
protected UserDataConstraint |
userDataConstraintType
User data constraint type. |
| Fields inherited from interface org.exoplatform.services.portletcontainer.pci.PortletData |
|---|
KEYWORDS, PORTLET_SHORT_TITLE, PORTLET_TITLE |
| Constructor Summary | |
|---|---|
PortletDataImp(org.exoplatform.container.ExoContainer cont,
Portlet portlet,
UserDataConstraint userDataConstraintType,
List<UserAttribute> userAttributes,
boolean localPortlet)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<UserAttribute> userAttributes
protected Portlet portlet
protected UserDataConstraint userDataConstraintType
protected org.exoplatform.container.ExoContainer cont
protected boolean localPortlet
| Constructor Detail |
|---|
public PortletDataImp(org.exoplatform.container.ExoContainer cont,
Portlet portlet,
UserDataConstraint userDataConstraintType,
List<UserAttribute> userAttributes,
boolean localPortlet)
cont - exo containerportlet - portlet objectuserDataConstraintType - user data constraint typeuserAttributes - user attributeslocalPortlet - TODO| Method Detail |
|---|
public final Portlet getWrappedPortletTyped()
public final List<DisplayName> getDisplayName()
getDisplayName in interface PortletDataPortletData.getDisplayName()public final List<SecurityRoleRef> getSecurityRoleRef()
getSecurityRoleRef in interface PortletDataPortletData.getSecurityRoleRef()public final List<InitParam> getInitParam()
getInitParam in interface PortletDataPortletData.getInitParam()public final ResourceBundle getPortletInfo(Locale locale)
locale - locale
public final List<Supports> getSupports()
getSupports in interface PortletDataPortletData.getSupports()public final List<Description> getDescription()
getDescription in interface PortletDataPortletData.getDescription()public final String getDescription(String lang)
getDescription in interface PortletDatalang - language
PortletData.getDescription(java.lang.String)public final boolean isCacheGlobal()
isCacheGlobal in interface PortletDataPortletData.isCacheGlobal()public final String getExpirationCache()
getExpirationCache in interface PortletDataPortletData.getExpirationCache()public final String getPortletName()
getPortletName in interface PortletDataPortletData.getPortletName()public final List<Locale> getSupportedLocale()
getSupportedLocale in interface PortletDataPortletData.getSupportedLocale()public final ExoPortletPreferences getPortletPreferences()
getPortletPreferences in interface PortletDataPortletData.getPortletPreferences()public final boolean isSecure()
isSecure in interface PortletDataPortletData.isSecure()public final List<UserAttribute> getUserAttributes()
getUserAttributes in interface PortletDataPortletData.getUserAttributes()public final List<QName> getSupportedProcessingEvent()
getSupportedProcessingEvent in interface PortletDataPortletData.getSupportedProcessingEvent()public final List<QName> getSupportedPublishingEvent()
getSupportedPublishingEvent in interface PortletDataPortletData.getSupportedPublishingEvent()public final List<String> getSupportedPublicRenderParameter()
getSupportedPublicRenderParameter in interface PortletDataPortletData.getSupportedPublicRenderParameter()public final Map<String,String[]> getContainerRuntimeOption()
getContainerRuntimeOption in interface PortletDataPortletData.getContainerRuntimeOption()public boolean getEscapeXml()
getEscapeXml in interface PortletDataPortletData.getEscapeXml()public boolean isLocalPortlet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||