com.antiaction.mayhem.httpd.servlet
Class RequestDispatcherImpl

java.lang.Object
  extended by com.antiaction.mayhem.httpd.servlet.RequestDispatcherImpl
All Implemented Interfaces:
javax.servlet.RequestDispatcher

public class RequestDispatcherImpl
extends java.lang.Object
implements javax.servlet.RequestDispatcher

Request Dispatcher implementation.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 void forward(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
          Clears buffers and forwards.
 void include(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
           
 void request(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
 

Method Detail

request

public void request(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

forward

public void forward(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Clears buffers and forwards. IllegalStateException if headers commited.

Specified by:
forward in interface javax.servlet.RequestDispatcher
Throws:
javax.servlet.ServletException
java.io.IOException

include

public void include(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
include in interface javax.servlet.RequestDispatcher
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.