|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.webapp.ContextFilterChain
public class ContextFilterChain
Represents the next filter in a filter chain. The final filter will be the servlet itself.
| Constructor Summary | |
|---|---|
ContextFilterChain(FilterChain next)
Creates a new FilterChainFilter. |
|
| Method Summary | |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at the end of the chain. |
void |
setErrorPageManager(ErrorPageManager errorPageManager)
Sets the error page manager. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContextFilterChain(FilterChain next)
next - the next filterChainfilter - the user's filter| Method Detail |
|---|
public void setErrorPageManager(ErrorPageManager errorPageManager)
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
doFilter in interface FilterChainrequest - the servlet requestresponse - the servlet response
ServletException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||