|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp.PortletConfigImp
public class PortletConfigImp
There is one object per portlet lifetime.
| Constructor Summary | |
|---|---|
PortletConfigImp(Portlet portletDatas,
javax.portlet.PortletContext portletContext,
List<SecurityConstraint> securityContraints,
List<UserAttribute> userAttributes,
List<CustomPortletMode> customPortletModes,
List<CustomWindowState> customWindowStates,
String defaultNamespace)
|
|
| Method Summary | |
|---|---|
Map<String,String[]> |
getContainerRuntimeOptions()
Overridden method. |
String |
getDefaultNamespace()
Overridden method. |
String |
getInitParameter(String name)
Overridden method. |
Enumeration |
getInitParameterNames()
Overridden method. |
javax.portlet.PortletContext |
getPortletContext()
Overridden method. |
Portlet |
getPortletDatas()
|
String |
getPortletName()
Overridden method. |
Enumeration<QName> |
getProcessingEventQNames()
Overridden method. |
Enumeration |
getPublicRenderParameterNames()
Overridden method. |
Enumeration<QName> |
getPublishingEventQNames()
Overridden method. |
ResourceBundle |
getResourceBundle(Locale locale)
Overridden method. |
Enumeration<Locale> |
getSupportedLocales()
Overridden method. |
boolean |
needsSecurityContraints(String portletName)
|
protected Enumeration |
notNullEnumeration(List list)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortletConfigImp(Portlet portletDatas,
javax.portlet.PortletContext portletContext,
List<SecurityConstraint> securityContraints,
List<UserAttribute> userAttributes,
List<CustomPortletMode> customPortletModes,
List<CustomWindowState> customWindowStates,
String defaultNamespace)
portletDatas - portlet datasportletContext - portlet contextsecurityContraints - security contraintsuserAttributes - user attributescustomPortletModes - custom portlet modescustomWindowStates - custom window statesdefaultNamespace - default namespace| Method Detail |
|---|
public final String getPortletName()
getPortletName in interface javax.portlet.PortletConfigPortletConfig.getPortletName()public final javax.portlet.PortletContext getPortletContext()
getPortletContext in interface javax.portlet.PortletConfigPortletConfig.getPortletContext()public final ResourceBundle getResourceBundle(Locale locale)
getResourceBundle in interface javax.portlet.PortletConfiglocale - locale
PortletConfig.getResourceBundle(java.util.Locale)public final String getInitParameter(String name)
getInitParameter in interface javax.portlet.PortletConfigname - name
PortletConfig.getInitParameter(java.lang.String)public final Enumeration getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletConfigPortletConfig.getInitParameterNames()public final Portlet getPortletDatas()
public final boolean needsSecurityContraints(String portletName)
portletName - portlet name
public final String getDefaultNamespace()
getDefaultNamespace in interface javax.portlet.PortletConfigPortletConfig.getDefaultNamespace()public final Enumeration getPublicRenderParameterNames()
getPublicRenderParameterNames in interface javax.portlet.PortletConfigPortletConfig.getPublicRenderParameterNames()public final Enumeration<QName> getPublishingEventQNames()
getPublishingEventQNames in interface javax.portlet.PortletConfigPortletConfig.getPublishingEventQNames()public final Enumeration<QName> getProcessingEventQNames()
getProcessingEventQNames in interface javax.portlet.PortletConfigPortletConfig.getProcessingEventQNames()public final Enumeration<Locale> getSupportedLocales()
getSupportedLocales in interface javax.portlet.PortletConfigPortletConfig.getSupportedLocales()protected final Enumeration notNullEnumeration(List list)
list - list
public final Map<String,String[]> getContainerRuntimeOptions()
getContainerRuntimeOptions in interface javax.portlet.PortletConfigPortletConfig.getContainerRuntimeOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||