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

Method getContext

java/org/apache/catalina/connector/Request.java:613–615  ·  view source on GitHub ↗

Return the Context within which this Request is being processed. This is available as soon as the appropriate Context is identified. Note that availability of a Context allows getContextPath() to return a value, and thus enables parsing of the request URI. @return the Context mappe

()

Source from the content-addressed store, hash-verified

611 * @return the Context mapped with the request
612 */
613 public Context getContext() {
614 return mappingData.context;
615 }
616
617
618 /**

Callers 15

runValveMethod · 0.95
getCharacterEncodingMethod · 0.95
getCharsetMethod · 0.95
getReaderMethod · 0.95
getRequestDispatcherMethod · 0.95
getServletContextMethod · 0.95
startAsyncMethod · 0.95
upgradeMethod · 0.95
getContextPathMethod · 0.95

Calls

no outgoing calls

Tested by 2

runValveMethod · 0.76