All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.www.http.HttpAcceptCharsetList

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

public class HttpAcceptCharsetList
extends BasicValue

Method Index

 o addCharset(HttpAcceptCharset)
Add an accpted charset clause to the list.
 o getValue()
HeaderValue implemenntation - Get this header value.
 o parse()
Parse this header value into its various components.
 o updateByteValue()
Update the RFC822 compatible header value for this object.

Methods

 o parse
 protected void parse()
Parse this header value into its various components.

Overrides:
parse in class BasicValue
 o updateByteValue
 protected void updateByteValue()
Update the RFC822 compatible header value for this object.

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

Overrides:
getValue in class BasicValue
 o addCharset
 public void addCharset(HttpAcceptCharset charset)
Add an accpted charset clause to the list.

Parameters:
charset - The new accepted charset clause.

All Packages  Class Hierarchy  This Package  Previous  Next  Index