| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.beehive.netui.pageflow.scoping.internal.ScopedRequestDispatcher
public class ScopedRequestDispatcher
A request dispatcher that doesn't actually forward (but keeps track of the attempted forward), and which does some extra work to do server includes into our ScopedRequest and ScopedResponse.
ScopedRequestImpl, 
ScopedResponseImpl| Constructor Summary | |
|---|---|
ScopedRequestDispatcher(String uri)
Constructor.  | 
|
| Method Summary | |
|---|---|
 void | 
forward(javax.servlet.ServletRequest request,
        javax.servlet.ServletResponse response)
Does not actually cause a server forward of the request, but informs the ScopedRequest object that a forward was attempted for a particular URI.  | 
 void | 
include(javax.servlet.ServletRequest request,
        javax.servlet.ServletResponse response)
Does a server include of the stored URI into the given ScopedRequest and ScopedResponse.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ScopedRequestDispatcher(String uri)
uri - the URI to which we'll "forward" or include.| Method Detail | 
|---|
public void forward(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
forward in interface javax.servlet.RequestDispatcherrequest - the ScopedRequest, or a wrapper (ServletRequestWrapper) around it.response - the ScopedResponse, or a wrapper (ServletResponseWrapper) around it.
javax.servlet.ServletException
IOException
public void include(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    IOException
include in interface javax.servlet.RequestDispatcherrequest - the ScopedRequest, or a wrapper (ServletRequestWrapper) around it.response - the ScopedResponse, or a wrapper (ServletResponseWrapper) around it.
javax.servlet.ServletException
IOException
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||