Novell exteNd
Director 5.2 API

com.sssw.fw.api
Interface EbiRenderContext

All Superinterfaces:
EbiContext

public interface EbiRenderContext
extends EbiContext

an EbiContext that contains an EbiRenderRequest and and EbiRenderResponse as wrapped objects within EbiRequest and EbiResponse

The difference between an EbiContext and an EbiRenderContext is that EbiRenderContext is gurenteed to have a RenderRequest and a RenderResponse as the underlying wrapped objects

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

Method Summary
 javax.portlet.PortletContext getPortletContext()
          Retrieves the original portlet context object
 javax.portlet.RenderRequest getRenderRequest()
          Retrieves the original request object, in this case a javax.portlet.RenderRequest
 javax.portlet.RenderResponse getRenderResponse()
          Retrieves the original response object, in this case a javax.portlet.RenderResponse
 
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

getRenderRequest

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

getRenderResponse

public javax.portlet.RenderResponse getRenderResponse()
Retrieves the original response object, in this case a javax.portlet.RenderResponse
Returns:
the wrapped RenderResponse
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