|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.ClassLoaderFilterChain
public class ClassLoaderFilterChain
Represents the next filter in a filter chain. The final filter will be the servlet itself.
Constructor Summary | |
---|---|
ClassLoaderFilterChain(FilterChain next,
java.lang.ClassLoader loader)
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassLoaderFilterChain(FilterChain next, java.lang.ClassLoader loader)
next
- the next filterChainfilter
- the user's filterMethod Detail |
---|
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
doFilter
in interface FilterChain
request
- the servlet requestresponse
- the servlet response
ServletException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |