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