com.caucho.server.dispatch
Class ForwardAbsoluteFilterChain
java.lang.Object
com.caucho.server.dispatch.ForwardAbsoluteFilterChain
- All Implemented Interfaces:
- FilterChain
public class ForwardAbsoluteFilterChain
- extends java.lang.Object
- implements FilterChain
Does an internal forward of the request based on the host's root, not
relative
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ForwardAbsoluteFilterChain
public ForwardAbsoluteFilterChain(java.lang.String url,
WebApp webApp)
- Create the forward filter chain servlet.
- Parameters:
url
- the request dispatcher to forward to.
doFilter
public void doFilter(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
- Forwards to the dispatch
- Specified by:
doFilter
in interface FilterChain
- Parameters:
request
- the servlet requestresponse
- the servlet response
- Throws:
ServletException
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object