org.apache.cocoon.servletservice
Class ServletServiceContext.NamedDispatcher
java.lang.Object
org.apache.cocoon.servletservice.ServletServiceContext.NamedDispatcher
- All Implemented Interfaces:
- RequestDispatcher
- Enclosing class:
- ServletServiceContext
- protected class ServletServiceContext.NamedDispatcher
- extends Object
- implements RequestDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletServiceContext.NamedDispatcher
public ServletServiceContext.NamedDispatcher(String servletServiceName)
exists
protected boolean exists()
forward
public void forward(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- Specified by:
forward
in interface RequestDispatcher
- Throws:
ServletException
IOException
include
public void include(ServletRequest request,
ServletResponse response)
throws ServletException,
IOException
- Specified by:
include
in interface RequestDispatcher
- Throws:
ServletException
IOException
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.