public interface RequestDispatchCallback
| Modifier and Type | Method and Description |
|---|---|
Object |
doCallback(javax.servlet.ServletContext dispatchedServletContext,
javax.servlet.http.HttpServletRequest dispatchedRequest,
javax.servlet.http.HttpServletResponse dispatchedResponse,
Object handback)
Performs the request dispatch logic.
|
Object doCallback(javax.servlet.ServletContext dispatchedServletContext, javax.servlet.http.HttpServletRequest dispatchedRequest, javax.servlet.http.HttpServletResponse dispatchedResponse, Object handback) throws javax.servlet.ServletException, IOException
dispatchedServletContext - the dispatched servlet contextdispatchedRequest - the dispatched requestdispatchedResponse - the dispatched responsehandback - the handback object provided to the dispatched @return any objectjavax.servlet.ServletException - if an exception occurs that interferes with the normal operationIOException - if an input or output exception occursCopyright © 2021 JBoss by Red Hat. All Rights Reserved.