Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiActionContext

All Superinterfaces:
EbiContext

public interface EbiActionContext
extends EbiContext

an EbiContext that contains an EbiActionRequest and and EbiActionResponse as wrapped objects within EbiRequest and EbiResponse

The difference between an EbiContext and an EbiActionContext is that EbiActionContext is gurenteed to have an ActionRequest and an ActionResponse as the underlying wrapped objects

Since:
v5.0
See Also:
EbiContext.getEbiRequest(), EbiContext.getEbiResponse()

Method Summary
 javax.portlet.ActionRequest getActionRequest()
          Retrieves the original request object, in this case a javax.portlet.ActionRequest
 javax.portlet.ActionResponse getActionResponse()
          Retrieves the original response object, in this case a javax.portlet.ActionResponse
 javax.portlet.PortletContext getPortletContext()
          Retrieves the original portlet context object
 
Methods implemented from interface com.sssw.fw.api.EbiContext
cloneCopy, getAttributeNames, getBrowserInfo, getContextName, getEbiRequest, getEbiResponse, getEbiSession, getEbiSession, getEbiWhiteboard, getEJBContext, getException, getLocale, getPrincipal, getTemporaryData, getTemporaryValue, getValue, getValue, getValueNames, hasSession, hasValue, isNewSession, removeAllValues, removeValue, setEbiRequest, setEbiResponse, setEbiSession, setEJBContext, setException, setTemporaryValue, setValue
 

Method Detail

getActionRequest

public javax.portlet.ActionRequest getActionRequest()
Retrieves the original request object, in this case a javax.portlet.ActionRequest
Returns:
the wrapped ActionRequest
Since:
v5.0

getActionResponse

public javax.portlet.ActionResponse getActionResponse()
Retrieves the original response object, in this case a javax.portlet.ActionResponse
Returns:
the wrapped ActionResponse
Since:
v5.0

getPortletContext

public javax.portlet.PortletContext getPortletContext()
Retrieves the original portlet context object
Returns:
the portlet context
Since:
v5.0

Novell exteNd
Director 5.2 API