org.apache.jetspeed.aggregator.impl
Class PortletHeaderRequestImpl

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

public class PortletHeaderRequestImpl
extends Object
implements org.apache.jetspeed.portlet.PortletHeaderRequest


Field Summary
private  org.apache.pluto.om.common.ParameterSet initParamSet
           
private  String portletApplicationContextPath
           
private  org.apache.pluto.om.window.PortletWindow portletWindow
           
private  org.apache.jetspeed.request.RequestContext requestContext
           
 
Constructor Summary
PortletHeaderRequestImpl(org.apache.jetspeed.request.RequestContext requestContext, org.apache.pluto.om.window.PortletWindow portletWindow, String portletApplicationContextPath)
           
 
Method Summary
 String getInitParameter(String name)
           
 String getPortalContextPath()
           
 String getPortletApplicationContextPath()
           
 javax.portlet.PortletPreferences getPreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestContext

private org.apache.jetspeed.request.RequestContext requestContext

portletApplicationContextPath

private String portletApplicationContextPath

portletWindow

private org.apache.pluto.om.window.PortletWindow portletWindow

initParamSet

private org.apache.pluto.om.common.ParameterSet initParamSet
Constructor Detail

PortletHeaderRequestImpl

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

getPortalContextPath

public String getPortalContextPath()
Specified by:
getPortalContextPath in interface org.apache.jetspeed.portlet.PortletHeaderRequest

getPreferences

public javax.portlet.PortletPreferences getPreferences()
Specified by:
getPreferences in interface org.apache.jetspeed.portlet.PortletHeaderRequest

getInitParameter

public String getInitParameter(String name)
Specified by:
getInitParameter in interface org.apache.jetspeed.portlet.PortletHeaderRequest

getPortletApplicationContextPath

public String getPortletApplicationContextPath()
Specified by:
getPortletApplicationContextPath in interface org.apache.jetspeed.portlet.PortletHeaderRequest
Returns:
Returns the portletApplicationContextPath.


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