org.apache.pluto.core.impl
Class PortletConfigImpl
java.lang.Object
org.apache.pluto.core.impl.PortletConfigImpl
- All Implemented Interfaces:
- InternalPortletConfig
public class PortletConfigImpl
- extends java.lang.Object
- implements InternalPortletConfig
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servletConfig
private javax.servlet.ServletConfig servletConfig
portletContext
private PortletContext portletContext
portletDefinition
private PortletDefinition portletDefinition
PortletConfigImpl
public PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
PortletContext portletContext,
PortletDefinition portletDefinition)
getPortletName
public java.lang.String getPortletName()
getPortletContext
public PortletContext getPortletContext()
getResourceBundle
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getInitParameter
public java.lang.String getInitParameter(java.lang.String name)
getInitParameterNames
public java.util.Enumeration getInitParameterNames()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
- Specified by:
getServletConfig
in interface InternalPortletConfig
getInternalPortletDefinition
public PortletDefinition getInternalPortletDefinition()
- Specified by:
getInternalPortletDefinition
in interface InternalPortletConfig