org.exoplatform.services.portletcontainer.pci
Interface PortletData

All Known Implementing Classes:
PortletDataImp, WSRPAdminPortletDataImp, WSRPAdminPortletDataImp

public interface PortletData

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net

Field Summary
static String KEYWORDS
          Constant for 'keywords' key.
static String PORTLET_SHORT_TITLE
          Constant for 'short-title' key.
static String PORTLET_TITLE
          Constant for 'title' key.
 
Method Summary
 Map<String,String[]> getContainerRuntimeOption()
           
 List<Description> getDescription()
           
 String getDescription(String lang)
           
 List<DisplayName> getDisplayName()
           
 boolean getEscapeXml()
           
 String getExpirationCache()
           
 List<InitParam> getInitParam()
           
 String getPortletName()
           
 ExoPortletPreferences getPortletPreferences()
           
 List<SecurityRoleRef> getSecurityRoleRef()
           
 List<Locale> getSupportedLocale()
           
 List<QName> getSupportedProcessingEvent()
           
 List<String> getSupportedPublicRenderParameter()
           
 List<QName> getSupportedPublishingEvent()
           
 List<Supports> getSupports()
           
 List<UserAttribute> getUserAttributes()
           
 boolean isCacheGlobal()
           
 boolean isSecure()
           
 

Field Detail

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
Method Detail

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.