public 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.ServletException
void destroyPipeline()
void dispatch(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain defaultFilterChain) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.