MCPcopy Create free account
hub / github.com/apache/tomcat / getDispatcherType

Method getDispatcherType

java/jakarta/servlet/ServletRequest.java:518–518  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 15

doPostMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
serviceMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doPostMethod · 0.65
invokeMethod · 0.65
getDispatcherTypeMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65

Implementers 4

ServletRequestWrapperjava/jakarta/servlet/ServletRequestWra
TesterHttpServletRequesttest/org/apache/catalina/filters/Teste
Requestjava/org/apache/catalina/connector/Req
RequestFacadejava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 7

doPostMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
serviceMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doPostMethod · 0.52