org.apache.jetspeed.aggregator.impl
Class PortletHeaderRequestImpl

java.lang.Object
  extended by org.apache.jetspeed.aggregator.impl.PortletHeaderRequestImpl
All Implemented Interfaces:
PortletHeaderRequest

public class PortletHeaderRequestImpl
extends java.lang.Object
implements PortletHeaderRequest


Constructor Summary
PortletHeaderRequestImpl(RequestContext requestContext, org.apache.pluto.om.window.PortletWindow portletWindow, java.lang.String portletApplicationContextPath)
           
 
Method Summary
 java.lang.String getInitParameter(java.lang.String name)
          Get the init parameter by name
 java.lang.String getPortalContextPath()
          Returns the web context path for the portal
 java.lang.String getPortletApplicationContextPath()
          Returns the portlet applicatoin context path
 javax.portlet.PortletPreferences getPreferences()
          Get the portlet preferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletHeaderRequestImpl

public PortletHeaderRequestImpl(RequestContext requestContext,
                                org.apache.pluto.om.window.PortletWindow portletWindow,
                                java.lang.String portletApplicationContextPath)
Method Detail

getPortalContextPath

public java.lang.String getPortalContextPath()
Description copied from interface: PortletHeaderRequest
Returns the web context path for the portal

Specified by:
getPortalContextPath in interface PortletHeaderRequest
Returns:
the portal context path, for example "/jetspeed"

getPreferences

public javax.portlet.PortletPreferences getPreferences()
Description copied from interface: PortletHeaderRequest
Get the portlet preferences

Specified by:
getPreferences in interface PortletHeaderRequest

getInitParameter

public java.lang.String getInitParameter(java.lang.String name)
Description copied from interface: PortletHeaderRequest
Get the init parameter by name

Specified by:
getInitParameter in interface PortletHeaderRequest

getPortletApplicationContextPath

public java.lang.String getPortletApplicationContextPath()
Description copied from interface: PortletHeaderRequest
Returns the portlet applicatoin context path

Specified by:
getPortletApplicationContextPath in interface PortletHeaderRequest
Returns:
Returns the portletApplicationContextPath.


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