org.apache.jetspeed.container
Class JetspeedPortletConfig
java.lang.Object
org.apache.jetspeed.container.JetspeedPortletConfig
- All Implemented Interfaces:
- InternalPortletConfig, javax.portlet.PortletConfig
- public class JetspeedPortletConfig
- extends Object
- implements javax.portlet.PortletConfig, InternalPortletConfig
Implements the Portlet API Portlet Config class
- Version:
- $Id: JetspeedPortletConfig.java 188418 2005-03-23 22:20:37Z ate $
- Author:
- David Sean Taylor, Scott T. Weaver
Constructor Summary |
JetspeedPortletConfig(javax.portlet.PortletContext portletContext,
org.apache.pluto.om.portlet.PortletDefinition portletEntity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portletContext
private javax.portlet.PortletContext portletContext
portletDefinition
private org.apache.pluto.om.portlet.PortletDefinition portletDefinition
JetspeedPortletConfig
public JetspeedPortletConfig(javax.portlet.PortletContext portletContext,
org.apache.pluto.om.portlet.PortletDefinition portletEntity)
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
getPortletDefinition
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition()
- Specified by:
getPortletDefinition
in interface InternalPortletConfig
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.