Searched refs: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.java163 public static final String ETAG = "getetag"; field in class:ResourceAttributes
778 Attribute attribute = attributes.get(ETAG);
826 attributes.put(ETAG, eTag);
886 } else if (attrID.equals(ETAG)) {
889 return new BasicAttribute(ETAG, etag);
979 attributes.addElement(new BasicAttribute(ETAG, etag));
1020 attributeIDs.addElement(ETAG);

Completed in 13 milliseconds