org.apache.pluto.core.impl
Class PortletConfigImpl

java.lang.Object
  extended byorg.apache.pluto.core.impl.PortletConfigImpl
All Implemented Interfaces:
InternalPortletConfig, javax.portlet.PortletConfig

public class PortletConfigImpl
extends java.lang.Object
implements javax.portlet.PortletConfig, InternalPortletConfig


Constructor Summary
PortletConfigImpl(javax.servlet.ServletConfig servletConfig, javax.portlet.PortletContext portletContext, PortletDefinition portletDefinition)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String name)
           
 java.util.Enumeration getInitParameterNames()
           
 PortletDefinition getInternalPortletDefinition()
           
 javax.portlet.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
 

Constructor Detail

PortletConfigImpl

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

getPortletName

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

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

getServletConfig

public javax.servlet.ServletConfig getServletConfig()
Specified by:
getServletConfig in interface InternalPortletConfig

getInternalPortletDefinition

public PortletDefinition getInternalPortletDefinition()
Specified by:
getInternalPortletDefinition in interface InternalPortletConfig


Copyright © 2003-2007 . All Rights Reserved.