MCPcopy Index your code
hub / github.com/apache/tomcat / getAttribute

Method getAttribute

java/org/apache/coyote/Request.java:878–880  ·  view source on GitHub ↗

Return the value of the specified attribute. @param name the attribute name @return the attribute value

(String name)

Source from the content-addressed store, hash-verified

876 * @return the attribute value
877 */
878 public Object getAttribute(String name) {
879 return attributes.get(name);
880 }
881
882 /**
883 * Return the remote user.

Callers 1

runValveMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 1

runValveMethod · 0.76