com.sun.jersey.server.impl.container.servlet
Class RequestDispatcherWrapper

java.lang.Object
  extended by com.sun.jersey.server.impl.container.servlet.RequestDispatcherWrapper
All Implemented Interfaces:
javax.servlet.RequestDispatcher

public final class RequestDispatcherWrapper
extends java.lang.Object
implements javax.servlet.RequestDispatcher

Author:
Paul.Sandoz@Sun.Com

Field Summary
 
Fields inherited from interface javax.servlet.RequestDispatcher
ERROR_EXCEPTION, ERROR_EXCEPTION_TYPE, ERROR_MESSAGE, ERROR_REQUEST_URI, ERROR_SERVLET_NAME, ERROR_STATUS_CODE, FORWARD_CONTEXT_PATH, FORWARD_PATH_INFO, FORWARD_QUERY_STRING, FORWARD_REQUEST_URI, FORWARD_SERVLET_PATH, INCLUDE_CONTEXT_PATH, INCLUDE_PATH_INFO, INCLUDE_QUERY_STRING, INCLUDE_REQUEST_URI, INCLUDE_SERVLET_PATH
 
Constructor Summary
RequestDispatcherWrapper(javax.servlet.RequestDispatcher d, java.lang.String basePath, HttpContext hc, Viewable v)
           
 
Method Summary
 void forward(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp)
           
 void include(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDispatcherWrapper

public RequestDispatcherWrapper(javax.servlet.RequestDispatcher d,
                                java.lang.String basePath,
                                HttpContext hc,
                                Viewable v)
Method Detail

forward

public void forward(javax.servlet.ServletRequest req,
                    javax.servlet.ServletResponse rsp)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
forward in interface javax.servlet.RequestDispatcher
Throws:
javax.servlet.ServletException
java.io.IOException

include

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


Copyright © 2014 Oracle Corporation. All Rights Reserved.