org.apache.jetspeed.container
Class JetspeedPortletConfig

java.lang.Object
  extended by org.apache.jetspeed.container.JetspeedPortletConfig
All Implemented Interfaces:
javax.portlet.PortletConfig, InternalPortletConfig

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

Implements the Portlet API Portlet Config class

Version:
$Id: JetspeedPortletConfig.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor, Scott T. Weaver

Constructor Summary
JetspeedPortletConfig(javax.portlet.PortletContext portletContext, org.apache.pluto.om.portlet.PortletDefinition portletEntity)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String name)
           
 java.util.Enumeration getInitParameterNames()
           
 javax.portlet.PortletContext getPortletContext()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 java.lang.String getPortletName()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 void setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition pd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedPortletConfig

public JetspeedPortletConfig(javax.portlet.PortletContext portletContext,
                             org.apache.pluto.om.portlet.PortletDefinition portletEntity)
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

setPortletDefinition

public void setPortletDefinition(org.apache.pluto.om.portlet.PortletDefinition pd)
Specified by:
setPortletDefinition in interface InternalPortletConfig

getPortletDefinition

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
Specified by:
getPortletDefinition in interface InternalPortletConfig


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.