Searched refs:ALTERNATE_ETAG (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.java168 public static final String ALTERNATE_ETAG = "etag"; field in class:ResourceAttributes
890 } else if (attrID.equals(ALTERNATE_ETAG)) {
893 return new BasicAttribute(ALTERNATE_ETAG, etag);
980 attributes.addElement(new BasicAttribute(ALTERNATE_ETAG, etag));
1021 attributeIDs.addElement(ALTERNATE_ETAG);

Completed in 13 milliseconds