Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiPortletRequest

All Superinterfaces:
EbiRequest
All Known Subinterfaces:
EbiActionRequest, EbiRenderRequest

public interface EbiPortletRequest
extends EbiRequest

Since:
v5.0

Field Summary
static String PORTLET_CONTEXT_KEY
          Request attribute key that is used to retrieve the PortletContext of the current request
 
Method Summary
 javax.portlet.PortletContext getPortletContext()
          Returns the underlying wrapped javax.portlet.PortletContext
 javax.portlet.PortletRequest getPortletRequest()
          Returns the underlying wrapped javax.portlet.PortletRequest
 
Methods implemented from interface com.sssw.fw.api.EbiRequest
getAttribute, getCookies, getHeader, getHttpServletRequest, getLocale, getLocales, getParameter, getParameterNames, getParameterValues, getPassword, getQueryString, getServer, getSession, getType, getUserID, getUserPrincipal, getVersion, hasHttpServletRequest, hasQueryString, isHttpRequest, isNewSession, setAttribute
 

Field Detail

PORTLET_CONTEXT_KEY

public static final String PORTLET_CONTEXT_KEY
Request attribute key that is used to retrieve the PortletContext of the current request

EbiActionRequest.getAttribute(PORTLET_CONTEXT_KEY) returns the current portlet context

The result is the same as the call to EbiPortletRequest.getPortletContext()

Since:
v5.0
Method Detail

getPortletRequest

public javax.portlet.PortletRequest getPortletRequest()
Returns the underlying wrapped javax.portlet.PortletRequest
Returns:
the PortletRequest wrapped by this object
Since:
v5.0

getPortletContext

public javax.portlet.PortletContext getPortletContext()
Returns the underlying wrapped javax.portlet.PortletContext

The portlet context is carried as a request attribute EbiPortletRequest.PORTLET_CONTEXT_KEY

Returns:
the PortletContext wrapped by this object
Since:
v5.0

Novell exteNd
Director 5.2 API