| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| DelegatingServletInputStream | Delegating implementation of ServletInputStream. | 
| DelegatingServletOutputStream | Delegating implementation of ServletOutputStream. | 
| MockBodyContent | Mock implementation of the BodyContentclass. | 
| MockExpressionEvaluator | Mock implementation of the JSP 2.0 ExpressionEvaluatorinterface, delegating to the Jakarta JSTL ExpressionEvaluatorManager. | 
| MockFilterChain | Mock implementation of the FilterConfiginterface. | 
| MockFilterConfig | Mock implementation of the FilterConfiginterface. | 
| MockHttpServletRequest | Mock implementation of the HttpServletRequestinterface. | 
| MockHttpServletResponse | Mock implementation of the HttpServletResponseinterface. | 
| MockHttpSession | Mock implementation of the HttpSessioninterface. | 
| MockJspWriter | Mock implementation of the JspWriterclass. | 
| MockMultipartFile | Mock implementation of the MultipartFileinterface. | 
| MockMultipartHttpServletRequest | Mock implementation of the MultipartHttpServletRequestinterface. | 
| MockPageContext | Mock implementation of the PageContextinterface. | 
| MockRequestDispatcher | Mock implementation of the RequestDispatcherinterface. | 
| MockServletConfig | Mock implementation of the ServletConfiginterface. | 
| MockServletContext | Mock implementation of the ServletContextinterface. | 
| PassThroughFilterChain | Implementation of the FilterConfiginterface which
 simply passes the call through to a given Filter/FilterChain combo
 (indicating the next Filter in the chain along with the FilterChain that it is
 supposed to work on) or to a given Servlet (indicating the end of the chain). | 
A comprehensive set of Servlet API mock objects, targeted at usage with Spring's web MVC framework. Useful for testing web contexts and controllers.
More convenient to use than dynamic mock objects (EasyMock) or existing Servlet API mock objects (MockObjects).
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||