public class PortletConfigImpl
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.LiferayPortletConfig
| Constructor and Description |
|---|
PortletConfigImpl(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletContext portletContext) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String[]> |
getContainerRuntimeOptions() |
java.lang.String |
getDefaultNamespace() |
java.lang.String |
getInitParameter(java.lang.String name) |
java.util.Enumeration<java.lang.String> |
getInitParameterNames() |
com.liferay.portal.model.Portlet |
getPortlet() |
javax.portlet.PortletContext |
getPortletContext() |
java.lang.String |
getPortletId() |
java.lang.String |
getPortletName() |
java.util.Enumeration<javax.xml.namespace.QName> |
getProcessingEventQNames() |
java.util.Enumeration<java.lang.String> |
getPublicRenderParameterNames() |
java.util.Enumeration<javax.xml.namespace.QName> |
getPublishingEventQNames() |
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale) |
java.util.Enumeration<java.util.Locale> |
getSupportedLocales() |
boolean |
isCopyRequestParameters() |
boolean |
isWARFile() |
protected java.util.Set<javax.xml.namespace.QName> |
toJavaxQNames(java.util.Set<com.liferay.portal.kernel.xml.QName> liferayQNames) |
public PortletConfigImpl(com.liferay.portal.model.Portlet portlet,
javax.portlet.PortletContext portletContext)
public java.util.Map<java.lang.String,java.lang.String[]> getContainerRuntimeOptions()
getContainerRuntimeOptions in interface javax.portlet.PortletConfigpublic java.lang.String getDefaultNamespace()
getDefaultNamespace in interface javax.portlet.PortletConfigpublic java.lang.String getInitParameter(java.lang.String name)
getInitParameter in interface javax.portlet.PortletConfigpublic java.util.Enumeration<java.lang.String> getInitParameterNames()
getInitParameterNames in interface javax.portlet.PortletConfigpublic com.liferay.portal.model.Portlet getPortlet()
getPortlet in interface com.liferay.portal.kernel.portlet.LiferayPortletConfigpublic javax.portlet.PortletContext getPortletContext()
getPortletContext in interface com.liferay.portal.kernel.portlet.LiferayPortletConfiggetPortletContext in interface javax.portlet.PortletConfigpublic java.lang.String getPortletId()
getPortletId in interface com.liferay.portal.kernel.portlet.LiferayPortletConfigpublic java.lang.String getPortletName()
getPortletName in interface javax.portlet.PortletConfigpublic java.util.Enumeration<javax.xml.namespace.QName> getProcessingEventQNames()
getProcessingEventQNames in interface javax.portlet.PortletConfigpublic java.util.Enumeration<java.lang.String> getPublicRenderParameterNames()
getPublicRenderParameterNames in interface javax.portlet.PortletConfigpublic java.util.Enumeration<javax.xml.namespace.QName> getPublishingEventQNames()
getPublishingEventQNames in interface javax.portlet.PortletConfigpublic java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle in interface javax.portlet.PortletConfigpublic java.util.Enumeration<java.util.Locale> getSupportedLocales()
getSupportedLocales in interface javax.portlet.PortletConfigpublic boolean isCopyRequestParameters()
isCopyRequestParameters in interface com.liferay.portal.kernel.portlet.LiferayPortletConfigpublic boolean isWARFile()
isWARFile in interface com.liferay.portal.kernel.portlet.LiferayPortletConfigprotected java.util.Set<javax.xml.namespace.QName> toJavaxQNames(java.util.Set<com.liferay.portal.kernel.xml.QName> liferayQNames)