Searched refs:ALTERNATE_CONTENT_LENGTH (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceAttributes.java157 public static final String ALTERNATE_CONTENT_LENGTH = "content-length"; field in class:ResourceAttributes
882 } else if (attrID.equals(ALTERNATE_CONTENT_LENGTH)) {
885 return new BasicAttribute(ALTERNATE_CONTENT_LENGTH, Long.valueOf(contentLength));
975 attributes.addElement(new BasicAttribute(ALTERNATE_CONTENT_LENGTH, contentLengthLong));
1016 attributeIDs.addElement(ALTERNATE_CONTENT_LENGTH);

Completed in 12 milliseconds