javax.servlet
Interface FilterChain


public interface FilterChain


Method Summary
 void doFilter(ServletRequest request, ServletResponse response)
           
 

Method Detail

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response)
              throws IOException,
                     ServletException
IOException
ServletException