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

Method getContentLanguage

java/org/apache/coyote/Response.java:591–593  ·  view source on GitHub ↗

Return the content language. @return The language code for the language currently associated with this response

()

Source from the content-addressed store, hash-verified

589 * @return The language code for the language currently associated with this response
590 */
591 public String getContentLanguage() {
592 return contentLanguage;
593 }
594
595
596 /**

Callers 3

prepareResponseMethod · 0.80
prepareHeadersMethod · 0.80
prepareResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected