Returns the DispatcherType that represents the type of dispatch (REQUEST, FORWARD, INCLUDE, ERROR, or ASYNC) through which this request was initiated. @return the DispatcherType for this request @since Servlet 3.0
()
| 516 | * @since Servlet 3.0 |
| 517 | */ |
| 518 | DispatcherType getDispatcherType(); |
| 519 | |
| 520 | /** |
| 521 | * Obtain a unique (within the lifetime of the Servlet container) identifier string for this request. |
no outgoing calls