com.liferay.portlet
Class PortletConfigImpl
java.lang.Object
com.liferay.portlet.PortletConfigImpl
- All Implemented Interfaces:
- LiferayPortletConfig, PortletConfig
public class PortletConfigImpl
- extends Object
- implements LiferayPortletConfig
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigImpl
public PortletConfigImpl(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 Portlet getPortlet()
- Specified by:
getPortlet in interface LiferayPortletConfig
getPortletContext
public PortletContext getPortletContext()
- Specified by:
getPortletContext in interface LiferayPortletConfig- Specified by:
getPortletContext in interface PortletConfig
getPortletId
public String getPortletId()
- Specified by:
getPortletId in interface 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 LiferayPortletConfig
isWARFile
public boolean isWARFile()
- Specified by:
isWARFile in interface LiferayPortletConfig
toJavaxQNames
protected Set<QName> toJavaxQNames(Set<QName> liferayQNames)