This project has retired. For details please refer to its
Attic page.
ServletServiceContext.NamedDispatcher (Cocoon Servlet Service Implementation 1.3.3-SNAPSHOT API)
org.apache.cocoon.servletservice
Class ServletServiceContext.NamedDispatcher
java.lang.Object
org.apache.cocoon.servletservice.ServletServiceContext.NamedDispatcher
- All Implemented Interfaces:
- javax.servlet.RequestDispatcher
- Enclosing class:
- ServletServiceContext
protected class ServletServiceContext.NamedDispatcher
- extends Object
- implements javax.servlet.RequestDispatcher
Method Summary |
protected boolean |
exists()
|
void |
forward(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
void |
include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
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(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
forward
in interface javax.servlet.RequestDispatcher
- Throws:
javax.servlet.ServletException
IOException
include
public void include(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
include
in interface javax.servlet.RequestDispatcher
- Throws:
javax.servlet.ServletException
IOException
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.