org.exoplatform.services.portletcontainer.pci
Interface PortletData
- All Known Implementing Classes:
- PortletDataImp, WSRPAdminPortletDataImp, WSRPAdminPortletDataImp
public interface PortletData
- Author:
- Mestrallet Benjamin benjmestrallet@users.sourceforge.net
PORTLET_TITLE
static final String PORTLET_TITLE
- Constant for 'title' key.
- See Also:
- Constant Field Values
PORTLET_SHORT_TITLE
static final String PORTLET_SHORT_TITLE
- Constant for 'short-title' key.
- See Also:
- Constant Field Values
KEYWORDS
static final String KEYWORDS
- Constant for 'keywords' key.
- See Also:
- Constant Field Values
getDisplayName
List<DisplayName> getDisplayName()
- Returns:
- display names
getSecurityRoleRef
List<SecurityRoleRef> getSecurityRoleRef()
- Returns:
- security role refs
getInitParam
List<InitParam> getInitParam()
- Returns:
- init params
getSupports
List<Supports> getSupports()
- Returns:
- supports
getDescription
List<Description> getDescription()
- Returns:
- descriptions
getDescription
String getDescription(String lang)
- Parameters:
lang - language
- Returns:
- description
isCacheGlobal
boolean isCacheGlobal()
- Returns:
- is cache global
getExpirationCache
String getExpirationCache()
- Returns:
- expiration cache
getPortletName
String getPortletName()
- Returns:
- portlet name
getSupportedLocale
List<Locale> getSupportedLocale()
- Returns:
- supported locales
getPortletPreferences
ExoPortletPreferences getPortletPreferences()
- Returns:
- portlet preferences
isSecure
boolean isSecure()
- Returns:
- is secure
getUserAttributes
List<UserAttribute> getUserAttributes()
- Returns:
- user attributes
getSupportedProcessingEvent
List<QName> getSupportedProcessingEvent()
- Returns:
- supported processing events
getSupportedPublishingEvent
List<QName> getSupportedPublishingEvent()
- Returns:
- supported publishing events
getSupportedPublicRenderParameter
List<String> getSupportedPublicRenderParameter()
- Returns:
- supported public render parameters
getContainerRuntimeOption
Map<String,String[]> getContainerRuntimeOption()
- Returns:
- container runtime options
getEscapeXml
boolean getEscapeXml()
- Returns:
- escapeXml
Copyright © 2009 eXo Platform SAS. All Rights Reserved.