A set of constants and methods to access the content of the call frame.
The call frame is used to pass information about the Request, Response and
Context of the calling environment to components used while the call frame
is active.
public static final void setEnvironment(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context)
getRequest
public static final javax.servlet.http.HttpServletRequest getRequest()
setRequest
public static final void setRequest(javax.servlet.http.HttpServletRequest request)
getResponse
public static final javax.servlet.http.HttpServletResponse getResponse()
setResponse
public static final void setResponse(javax.servlet.http.HttpServletResponse response)
getContext
public static final javax.servlet.ServletContext getContext()
setContext
public static final void setContext(javax.servlet.ServletContext context)