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 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

Field Summary
private  javax.portlet.PortletContext portletContext
           
private  org.apache.pluto.om.portlet.PortletDefinition portletDefinition
           
 
Constructor Summary
JetspeedPortletConfig(javax.portlet.PortletContext portletContext, org.apache.pluto.om.portlet.PortletDefinition portletEntity)
           
 
Method Summary
 String getInitParameter(String name)
           
 Enumeration getInitParameterNames()
           
 javax.portlet.PortletContext getPortletContext()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
           
 String getPortletName()
           
 ResourceBundle getResourceBundle(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
 

Field Detail

portletContext

private javax.portlet.PortletContext portletContext

portletDefinition

private org.apache.pluto.om.portlet.PortletDefinition portletDefinition
Constructor Detail

JetspeedPortletConfig

public JetspeedPortletConfig(javax.portlet.PortletContext portletContext,
                             org.apache.pluto.om.portlet.PortletDefinition portletEntity)
Method Detail

getPortletName

public 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 ResourceBundle getResourceBundle(Locale locale)
Specified by:
getResourceBundle in interface javax.portlet.PortletConfig

getInitParameter

public String getInitParameter(String name)
Specified by:
getInitParameter in interface javax.portlet.PortletConfig

getInitParameterNames

public 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-2007 Apache Software Foundation. All Rights Reserved.