org.apache.pluto.core.impl
Class PortletConfigImpl

java.lang.Object
  extended by org.apache.pluto.core.impl.PortletConfigImpl
All Implemented Interfaces:
InternalPortletConfig

public class PortletConfigImpl
extends java.lang.Object
implements InternalPortletConfig


Field Summary
private  PortletContext portletContext
           
private  PortletDefinition portletDefinition
           
private  javax.servlet.ServletConfig servletConfig
           
 
Constructor Summary
PortletConfigImpl(javax.servlet.ServletConfig servletConfig, PortletContext portletContext, PortletDefinition portletDefinition)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String name)
           
 java.util.Enumeration getInitParameterNames()
           
 PortletDefinition getInternalPortletDefinition()
           
 PortletContext getPortletContext()
           
 java.lang.String getPortletName()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 javax.servlet.ServletConfig getServletConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servletConfig

private javax.servlet.ServletConfig servletConfig

portletContext

private PortletContext portletContext

portletDefinition

private PortletDefinition portletDefinition
Constructor Detail

PortletConfigImpl

public PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
                         PortletContext portletContext,
                         PortletDefinition portletDefinition)
Method Detail

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