com.sun.jersey.core.header
Class MatchingEntityTag

java.lang.Object
  extended by javax.ws.rs.core.EntityTag
      extended by com.sun.jersey.core.header.MatchingEntityTag

public class MatchingEntityTag
extends javax.ws.rs.core.EntityTag

A matching entity tag.

Author:
Paul.Sandoz@Sun.Com

Field Summary
static java.util.Set<MatchingEntityTag> ANY_MATCH
           
 
Constructor Summary
MatchingEntityTag(java.lang.String value)
           
MatchingEntityTag(java.lang.String value, boolean weak)
           
 
Method Summary
static MatchingEntityTag valueOf(HttpHeaderReader reader)
           
 
Methods inherited from class javax.ws.rs.core.EntityTag
equals, getValue, hashCode, isWeak, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ANY_MATCH

public static java.util.Set<MatchingEntityTag> ANY_MATCH
Constructor Detail

MatchingEntityTag

public MatchingEntityTag(java.lang.String value)

MatchingEntityTag

public MatchingEntityTag(java.lang.String value,
                         boolean weak)
Method Detail

valueOf

public static MatchingEntityTag valueOf(HttpHeaderReader reader)
                                 throws java.text.ParseException
Throws:
java.text.ParseException


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.