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

Method setContentTypeNoCharset

java/org/apache/coyote/Response.java:716–718  ·  view source on GitHub ↗

Set the content type without charset. @param type The content type

(String type)

Source from the content-addressed store, hash-verified

714 * @param type The content type
715 */
716 public void setContentTypeNoCharset(String type) {
717 this.contentType = type;
718 }
719
720 /**
721 * Get the content type.

Callers 1

setContentTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected