|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.test.http.TestFilter
public class TestFilter
TestFilter.
| Constructor Summary | |
|---|---|
TestFilter()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy the instance. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Process a filter request. |
void |
init(FilterConfig filterConfig)
Filter initialization. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestFilter()
| Method Detail |
|---|
public void init(FilterConfig filterConfig)
throws ServletException
init in interface FilterfilterConfig - the filter configuration
ServletException - if a servlet error occurs
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface Filterrequest - the requestresponse - the responsechain - the filter chain
IOException - if an I/O error occurs
ServletException - if a servlet error occursFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)public void destroy()
destroy in interface FilterFilter.destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||