com.liferay.portlet
Class PortletConfigImpl

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String name)
           
 java.util.Enumeration getInitParameterNames()
           
 javax.portlet.PortletContext getPortletContext()
           
 java.lang.String getPortletId()
           
 java.lang.String getPortletName()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 boolean isWARFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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