| java.lang.Object com.meterware.servletunit.InvocationContextImpl
InvocationContextImpl | class InvocationContextImpl implements InvocationContext(Code) | | This class represents the context in which a specific servlet request is being made.
It contains the objects needed to unit test the methods of a servlet.
|
Inner Class :static class ExecutionContext | |
Inner Class :static class FilterContext | |
getResponse | public HttpServletResponse getResponse()(Code) | | Returns the response which the servlet or filter should modify during its operation.
|
getServlet | public Servlet getServlet() throws ServletException(Code) | | Returns the selected servlet, initialized to provide access to sessions
and servlet context information.
|
getServletResponse | public WebResponse getServletResponse() throws IOException(Code) | | Returns the final response from the servlet. Note that this method should
only be invoked after all processing has been done to the servlet response.
|
isFilterActive | public boolean isFilterActive()(Code) | | |
popRequest | public void popRequest()(Code) | | |
|
|