org.w3c.www.http
Class HttpAcceptLanguage

java.lang.Object
  |
  +--org.w3c.www.http.BasicValue
        |
        +--org.w3c.www.http.HttpAcceptLanguage

public class HttpAcceptLanguage
extends BasicValue


Fields inherited from class org.w3c.www.http.BasicValue
isValid, raw, rlen, roff
 
Constructor Summary
HttpAcceptLanguage()
           
 
Method Summary
 java.lang.String getLanguage()
          Get this accept language clause language.
 double getQuality()
          Get the quality at which this language is accepted.
 java.lang.Object getValue()
           
protected  void invalidateByteValue()
           
protected  void parse()
          parse.
 void setLanguage(java.lang.String language)
          Set the language accepted by this clause.
 void setQuality(double quality)
          Set the quality under which this language is accepted.
protected  void updateByteValue()
           
 
Methods inherited from class org.w3c.www.http.BasicValue
addBytes, appendValue, checkByteValue, emit, error, setBytes, setString, toExternalForm, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpAcceptLanguage

public HttpAcceptLanguage()
Method Detail

parse

protected void parse()
              throws HttpParserException
parse.
Throws:
HttpParserException - if parsing failed.
Overrides:
parse in class BasicValue

invalidateByteValue

protected void invalidateByteValue()
Overrides:
invalidateByteValue in class BasicValue

updateByteValue

protected void updateByteValue()
Overrides:
updateByteValue in class BasicValue

getValue

public java.lang.Object getValue()
Overrides:
getValue in class BasicValue

getLanguage

public java.lang.String getLanguage()
Get this accept language clause language.
Returns:
A String encoding the language token.

setLanguage

public void setLanguage(java.lang.String language)
Set the language accepted by this clause.
Parameters:
language - The accepted language.

getQuality

public double getQuality()
Get the quality at which this language is accepted.
Returns:
A double value, encoding the quality, or 1.0 if undefined.

setQuality

public void setQuality(double quality)
Set the quality under which this language is accepted.
Parameters:
q - The quality for this language.