|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncRequestDispatcher
AsyncRequestDispatcher is a special RequestDispatcher used to execute includes asynchronously.
Method Summary | |
---|---|
com.ibm.websphere.webcontainer.async.FragmentResponse |
getFragmentResponse(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse resp)
getFragmentResponse kicks off an asynchronous includes and returns a FragmentRespnse object which is used later to insert the include contents. |
void |
setAsyncRequestDispatcherConfig(AsyncRequestDispatcherConfig config)
Set the AsyncRequestDispatcherConfig object used to customize messages and timeouts for specific includes. |
Methods inherited from interface javax.servlet.RequestDispatcher |
---|
forward, include |
Method Detail |
---|
com.ibm.websphere.webcontainer.async.FragmentResponse getFragmentResponse(javax.servlet.ServletRequest req, javax.servlet.ServletResponse resp) throws javax.servlet.ServletException, java.io.IOException
req
- ServletRequestresp
- ServletResponse
javax.servlet.ServletException
java.io.IOException
void setAsyncRequestDispatcherConfig(AsyncRequestDispatcherConfig config)
config
-
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |