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