com.arsdigita.globalization
Class AcceptCharset

java.lang.Object
  extended bycom.arsdigita.globalization.AcceptField
      extended bycom.arsdigita.globalization.AcceptCharset
All Implemented Interfaces:
Comparable

public class AcceptCharset
extends AcceptField

Represents one of possibly many of the values of the Accept-Charset HTTP header.

Version:
$Revision: #7 $ $Date: 2004/04/07 $

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.globalization.AcceptField
DEFAULT_Q_VALUE, m_qvalue
 
Constructor Summary
AcceptCharset(String acceptCharset)
           Constructor.
 
Method Summary
 String getCharset()
           
 
Methods inherited from class com.arsdigita.globalization.AcceptField
compareTo, getQValue, setQValue, setQValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

AcceptCharset

public AcceptCharset(String acceptCharset)

Constructor.

Parameters:
acceptCharset - String representing one entry from the Accept-Charset HTTP headers. This can look like: "en" or "en; q=0.75" or "*"
Method Detail

getCharset

public final String getCharset()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC