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