Dispatches the request to the resource at the original request URI, as specified in the original request. After the dispatch, the async request processing is complete and the response is committed. @throws IllegalStateException if this method is called when the request is not in asynchronous mode.
()
| 88 | * has been called. |
| 89 | */ |
| 90 | void dispatch(); |
| 91 | |
| 92 | /** |
| 93 | * Dispatches the request to the resource at the specified path relative to the {@link ServletContext} from which |
no outgoing calls