interface FilterPipeline
If on the other hand, ServletModule is used to register managed
servlets and/or filters, then a different pipeline is bound instead. Which,
after dispatching to Guice-injected filters and servlets continues to the web.xml
pipeline (if necessary).
| Modifier and Type | Method and Description |
|---|---|
void |
destroyPipeline() |
void |
dispatch(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain defaultFilterChain) |
void |
initPipeline(javax.servlet.ServletContext context) |
void initPipeline(javax.servlet.ServletContext context)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionvoid destroyPipeline()
void dispatch(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain defaultFilterChain)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException