Searched defs:CONTENT_TYPE (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ssi/
H A DResponseIncludeWrapper.java85 private static final String CONTENT_TYPE = "content-type"; field in class:ResponseIncludeWrapper
270 } else if (lname.equals(CONTENT_TYPE)) {
291 else if (lname.equals(CONTENT_TYPE))
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DRequestItemIterator.java228 private static final String CONTENT_TYPE = "Content-type"; field in class:RequestItemIterator
359 String subContentType = headers.getHeader(CONTENT_TYPE);
371 fieldName, headers.getHeader(CONTENT_TYPE),
382 headers.getHeader(CONTENT_TYPE),
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/
H A DDownloadServlet.java253 // First check CONTENT_TYPE
254 String contentType = (String) context.getAttribute(CONTENT_TYPE);
351 * {@link CONTENT_TYPE}.</p>
677 public static final String CONTENT_TYPE = "ContentType"; field in class:DownloadServlet
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceAttributes.java139 public static final String CONTENT_TYPE = "getcontenttype"; field in class:ResourceAttributes

Completed in 39 milliseconds