org.jboss.portal.portlet.impl
Class PortletConfigImpl

java.lang.Object
  extended by org.jboss.portal.portlet.impl.PortletConfigImpl
All Implemented Interfaces:
PortletConfig

public class PortletConfigImpl
extends java.lang.Object
implements PortletConfig


Constructor Summary
PortletConfigImpl(java.lang.String portletName, PortletContext portletContext, java.util.Map initParameters, ResourceBundles resourceBundles)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String s)
           
 java.util.Enumeration getInitParameterNames()
           
 PortletContext getPortletContext()
           
 java.lang.String getPortletName()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
          May return null ? the spec does not specify what happens when the bundle is not found for the locale.
 
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,
                         PortletContext portletContext,
                         java.util.Map initParameters,
                         ResourceBundles resourceBundles)
Method Detail

getPortletName

public java.lang.String getPortletName()
Specified by:
getPortletName in interface PortletConfig

getPortletContext

public PortletContext getPortletContext()
Specified by:
getPortletContext in interface PortletConfig

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
May return null ? the spec does not specify what happens when the bundle is not found for the locale.

Specified by:
getResourceBundle in interface PortletConfig

getInitParameter

public java.lang.String getInitParameter(java.lang.String s)
Specified by:
getInitParameter in interface PortletConfig

getInitParameterNames

public java.util.Enumeration getInitParameterNames()
Specified by:
getInitParameterNames in interface PortletConfig