public class PortletEntryPointDefinition extends Object implements Serializable, EntryPointDefinition
Title: Portlet API Entry point definition
Description: This class is basically a wrapper around a Portlet API compliant PortletDefinition. This allows us to treat the PortletDefinition as one of our internal definition object, while also protecting us against future API changes.
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Constructor and Description |
|---|
PortletEntryPointDefinition(String applicationID,
String context,
org.apache.pluto.container.om.portlet.PortletDefinition portletDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationID()
Get the application id
|
String |
getCacheScope()
Get cache scope
|
String |
getContext()
Get the context
|
String |
getDescription(Locale locale)
Get description depending on locale
|
String |
getDisplayName(Locale locale)
Get display name.
|
int |
getExpirationCache()
Get expiration cache
|
String |
getInitParameter(String param)
Get init parameter
|
String |
getName()
Get the portlet name
|
org.apache.pluto.container.om.portlet.PortletDefinition |
getPortletDefinition()
Get portlet defintion
|
List<javax.portlet.PortletMode> |
getPortletModes()
Get list of portlet modes supported by the portlet
|
List |
getWindowStates()
Get List of window states
|
int |
hashCode() |
public String getContext()
getContext in interface EntryPointDefinitionpublic String getName()
getName in interface EntryPointDefinitionpublic String getDisplayName(Locale locale)
getDisplayName in interface EntryPointDefinitionlocale - public String getDescription(Locale locale)
getDescription in interface EntryPointDefinitionlocale - public String getApplicationID()
getApplicationID in interface EntryPointDefinitionpublic List<javax.portlet.PortletMode> getPortletModes()
getPortletModes in interface EntryPointDefinitionpublic List getWindowStates()
getWindowStates in interface EntryPointDefinitionpublic org.apache.pluto.container.om.portlet.PortletDefinition getPortletDefinition()
public String getInitParameter(String param)
param - public String getCacheScope()
public int getExpirationCache()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.