Portlet API 2

org.apache.jetspeed.portlet.xml
Interface SaxPortletRequest

All Superinterfaces:
PortletRequest

public interface SaxPortletRequest
extends PortletRequest

The SaxPortletRequest encapsulates the request sent by the client to the portlet. It does not add any value other than symmetry with the response.

See Also:
SaxPortletResponse

Methods inherited from interface org.apache.jetspeed.portlet.PortletRequest
getAttribute, getAttributeNames, getClient, getLocale, getLocales, getMethod, getMode, getPage, getParameter, getParameterMap, getParameterNames, getParameterValues, getSession, getSession, getWindow, isSecure, setAttribute
 


Portlet API 2