com.opensymphony.module.sitemesh.filter
Class RequestDispatcherWrapper
java.lang.Object
com.opensymphony.module.sitemesh.filter.RequestDispatcherWrapper
- All Implemented Interfaces:
- RequestDispatcher
public class RequestDispatcherWrapper
- extends Object
- implements RequestDispatcher
Special request dispatcher that will include when an inline decorator includes
a resource that uses an internal forward.
- Version:
- $Revision: 1.2 $
- Author:
- Joseph B. Ottinger
- See Also:
ApplyDecoratorTag
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rd
private RequestDispatcher rd
done
private boolean done
RequestDispatcherWrapper
public RequestDispatcherWrapper(RequestDispatcher rd)
forward
public void forward(ServletRequest servletRequest,
ServletResponse servletResponse)
throws ServletException,
IOException
- Specified by:
forward
in interface RequestDispatcher
- Throws:
ServletException
IOException
include
public void include(ServletRequest servletRequest,
ServletResponse servletResponse)
throws ServletException,
IOException
- Specified by:
include
in interface RequestDispatcher
- Throws:
ServletException
IOException