org.apache.cocoon.servletservice
Class ServletServiceContext.NamedDispatcher

java.lang.Object
  extended by 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


Constructor Summary
ServletServiceContext.NamedDispatcher(String servletServiceName)
           
 
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
 

Constructor Detail

ServletServiceContext.NamedDispatcher

public ServletServiceContext.NamedDispatcher(String servletServiceName)
Method Detail

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.