Searched refs:ALTERNATE_TYPE (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.java127 public static final String ALTERNATE_TYPE = "content-type"; field in class:ResourceAttributes
874 } else if (attrID.equals(ALTERNATE_TYPE)) {
877 return new BasicAttribute(ALTERNATE_TYPE, resourceType);
969 attributes.addElement(new BasicAttribute(ALTERNATE_TYPE, resourceType));
1011 attributeIDs.addElement(ALTERNATE_TYPE);

Completed in 12 milliseconds