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

Method getContext

java/org/apache/catalina/connector/Response.java:188–190  ·  view source on GitHub ↗

Return the Context within which this request is being processed. @return the Context within which this request is being processed

()

Source from the content-addressed store, hash-verified

186 * @return the Context within which this request is being processed
187 */
188 public Context getContext() {
189 return request.getContext();
190 }
191
192
193 /**

Callers 7

testSetContentType05Method · 0.95
getCharacterEncodingMethod · 0.95
setLocaleMethod · 0.95
addCookieMethod · 0.95
generateCookieStringMethod · 0.95
sendRedirectMethod · 0.95
isEncodeableMethod · 0.95

Calls 1

getContextMethod · 0.65

Tested by 1

testSetContentType05Method · 0.76