org.jboss.portal.portlet.impl
Class PortletConfigImpl
java.lang.Object
org.jboss.portal.portlet.impl.PortletConfigImpl
- All Implemented Interfaces:
- PortletConfig
public class PortletConfigImpl
- extends java.lang.Object
- implements PortletConfig
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,
PortletContext portletContext,
java.util.Map initParameters,
ResourceBundles resourceBundles)
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