org.apache.jetspeed.portlet
Interface PortletHeaderRequest


Deprecated.

public interface PortletHeaderRequest

This interface is deprecated because head contribution from portlet is possible by the native portlet API in a JSR-286 compliant portal.

Version:
$Id$

Method Summary
 java.lang.String getInitParameter(java.lang.String name)
          Deprecated. Get the init parameter by name
 java.lang.String getPortalContextPath()
          Deprecated. Returns the web context path for the portal
 java.lang.String getPortletApplicationContextPath()
          Deprecated. Returns the portlet applicatoin context path
 javax.portlet.PortletPreferences getPreferences()
          Deprecated. Get the portlet preferences
 

Method Detail

getPortalContextPath

java.lang.String getPortalContextPath()
Deprecated. 
Returns the web context path for the portal

Returns:
the portal context path, for example "/jetspeed"

getPortletApplicationContextPath

java.lang.String getPortletApplicationContextPath()
Deprecated. 
Returns the portlet applicatoin context path

Returns:

getPreferences

javax.portlet.PortletPreferences getPreferences()
Deprecated. 
Get the portlet preferences


getInitParameter

java.lang.String getInitParameter(java.lang.String name)
Deprecated. 
Get the init parameter by name



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.