Generated by
JDiff

Class org.springframework.mock.web.MockFilterChain

Documentation changed from old to new.

Added Constructors
MockFilterChain(Servlet) Create a FilterChain with a Servlet.
MockFilterChain(Servlet, Filter[]) Create a {@code FilterChain} with Filter's and a Servlet.
 

Changed Constructors
MockFilterChain(void) Documentation changed from old to new.
Register a single do-nothing Filter implementation.
 

Added Methods
void reset() Reset the MockFilterChain allowing it to be invoked again.
 

Changed Methods
void doFilter(ServletRequest, ServletResponse) Change in exceptions thrown from no exceptions to (java.io.IOException, ServletException).
Documentation changed from old to new.
Invoke registered Filters and/or Servlet also saving the request and response.