com.liferay.portlet
Class PortletConfigImpl
java.lang.Object
com.liferay.portlet.PortletConfigImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.LiferayPortletConfig, javax.portlet.PortletConfig
public class PortletConfigImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.portlet.LiferayPortletConfig
View Source
- Author:
- Brian Wing Shun Chan, Eduardo Lundgren
Fields inherited from interface com.liferay.portal.kernel.portlet.LiferayPortletConfig |
RUNTIME_OPTION_ESCAPE_XML, RUNTIME_OPTION_PORTAL_CONTEXT |
Constructor Summary |
PortletConfigImpl(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletContext portletContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigImpl
public PortletConfigImpl(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletContext portletContext)
getContainerRuntimeOptions
public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
- Specified by:
getContainerRuntimeOptions
in interface javax.portlet.PortletConfig
getDefaultNamespace
public java.lang.String getDefaultNamespace()
- Specified by:
getDefaultNamespace
in interface javax.portlet.PortletConfig
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in interface javax.portlet.PortletConfig
getInitParameterNames
public java.util.Enumeration<java.lang.String> getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.portlet.PortletConfig
getPortletContext
public javax.portlet.PortletContext getPortletContext()
- Specified by:
getPortletContext
in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
- Specified by:
getPortletContext
in interface javax.portlet.PortletConfig
getPortletId
public java.lang.String getPortletId()
- Specified by:
getPortletId
in interface com.liferay.portal.kernel.portlet.LiferayPortletConfig
getPortletName
public java.lang.String getPortletName()
- Specified by:
getPortletName
in interface javax.portlet.PortletConfig
getProcessingEventQNames
public java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()
- Specified by:
getProcessingEventQNames
in interface javax.portlet.PortletConfig
getPublicRenderParameterNames
public java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()
- Specified by:
getPublicRenderParameterNames
in interface javax.portlet.PortletConfig
getPublishingEventQNames
public java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()
- Specified by:
getPublishingEventQNames
in interface javax.portlet.PortletConfig
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
- Specified by:
getResourceBundle
in interface javax.portlet.PortletConfig
getSupportedLocales
public java.util.Enumeration<java.util.Locale> getSupportedLocales()
- Specified by:
getSupportedLocales
in interface javax.portlet.PortletConfig
isWARFile
public boolean isWARFile()
toJavaxQNames
protected java.util.Set<javax.xml.namespace.QName> toJavaxQNames(java.util.Set<com.liferay.portal.kernel.xml.QName> liferayQNames)