All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HttpEntityTag

java.lang.Object
   |
   +----w3c.www.http.BasicValue
           |
           +----w3c.www.http.HttpEntityTag

public class HttpEntityTag
extends BasicValue

Constructor Index

 o HttpEntityTag()

Method Index

 o getTag()
Get this tag value.
 o getValue()
HeaderValue implemenntation - Get this header value.
 o invalidateByteValue()
Invalidate the current byte value for this header, if any.
 o isWeak()
Is this a weak entity tag ?
 o parse()
Parse the byte value as an entity tag.
 o setTag(String)
Set this tag value.
 o setWeak(boolean)
Set this tag weakness.
 o updateByteValue()
Update the byte value to reflect any changes in the parsed value.

Constructors

 o HttpEntityTag
 public HttpEntityTag()

Methods

 o parse
 protected void parse() throws HttpParserException
Parse the byte value as an entity tag.

Overrides:
parse in class BasicValue
 o invalidateByteValue
 protected void invalidateByteValue()
Invalidate the current byte value for this header, if any.

Overrides:
invalidateByteValue in class BasicValue
 o updateByteValue
 protected void updateByteValue()
Update the byte value to reflect any changes in the parsed value.

Overrides:
updateByteValue in class BasicValue
 o getValue
 public Object getValue()
HeaderValue implemenntation - Get this header value.

Overrides:
getValue in class BasicValue
 o isWeak
 public boolean isWeak()
Is this a weak entity tag ?

Returns:
A boolean true if the tag is weak.
 o setWeak
 public void setWeak(boolean onoff)
Set this tag weakness.

Parameters:
onoff - A boolean, tag is weak if true.
 o getTag
 public String getTag()
Get this tag value.

Returns:
A String giving the entity tag value.
 o setTag
 public void setTag(String tag)
Set this tag value.

Parameters:
tag - The new tag value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index