org.apache.jetspeed.aggregator.impl
Class PortletHeaderRequestImpl
java.lang.Object
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
Constructor Summary |
PortletHeaderRequestImpl(org.apache.jetspeed.request.RequestContext requestContext,
org.apache.pluto.om.window.PortletWindow portletWindow,
String portletApplicationContextPath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
PortletHeaderRequestImpl
public PortletHeaderRequestImpl(org.apache.jetspeed.request.RequestContext requestContext,
org.apache.pluto.om.window.PortletWindow portletWindow,
String portletApplicationContextPath)
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.