org.apache.jetspeed.portlet
Interface PortletHeaderRequest


public interface PortletHeaderRequest


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

Method Detail

getPortalContextPath

String getPortalContextPath()
Returns the web context path for the portal

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

getPortletApplicationContextPath

String getPortletApplicationContextPath()
Returns the portlet applicatoin context path

Returns:

getPreferences

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


getInitParameter

String getInitParameter(String name)
Get the init parameter by name



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