|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.dispatch.RewriteDispatchFilterChain
public class RewriteDispatchFilterChain
Does an internal dispatch of the request.
Constructor Summary | |
---|---|
RewriteDispatchFilterChain(java.lang.String url)
Create the dispatch filter chain servlet. |
Method Summary | |
---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Dispatchs to the dispatch |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RewriteDispatchFilterChain(java.lang.String url)
url
- the request dispatcher to dispatch to.Method 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
public 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 |