com.liferay.portlet
Class PortletConfigImpl
java.lang.Object
com.liferay.portlet.PortletConfigImpl
- All Implemented Interfaces:
- javax.portlet.PortletConfig
- public class PortletConfigImpl
- extends java.lang.Object
- implements javax.portlet.PortletConfig
View Source
- Author:
- Brian Wing Shun Chan
Constructor Summary |
PortletConfigImpl(java.lang.String portletName,
javax.portlet.PortletContext portletCtx,
java.util.Map params,
java.lang.String resourceBundle,
com.liferay.portal.model.PortletInfo portletInfo)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigImpl
public PortletConfigImpl(java.lang.String portletName,
javax.portlet.PortletContext portletCtx,
java.util.Map params,
java.lang.String resourceBundle,
com.liferay.portal.model.PortletInfo portletInfo)
getPortletId
public java.lang.String getPortletId()
getPortletName
public java.lang.String getPortletName()
- Specified by:
getPortletName
in interface javax.portlet.PortletConfig
isWARFile
public boolean isWARFile()
getPortletContext
public javax.portlet.PortletContext getPortletContext()
- Specified by:
getPortletContext
in interface javax.portlet.PortletConfig
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
- Specified by:
getResourceBundle
in interface javax.portlet.PortletConfig
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
- Specified by:
getInitParameter
in interface javax.portlet.PortletConfig
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
- Specified by:
getInitParameterNames
in interface javax.portlet.PortletConfig