org.apache.fulcrum.localization
Class LocaleTokenizer.AcceptLanguage

java.lang.Object
  extended by org.apache.fulcrum.localization.LocaleTokenizer.AcceptLanguage
All Implemented Interfaces:
Comparable
Enclosing class:
LocaleTokenizer

protected static class LocaleTokenizer.AcceptLanguage
extends Object
implements Comparable

Struct representing an element of the HTTP Accept-Language header.


Constructor Summary
protected LocaleTokenizer.AcceptLanguage()
           
 
Method Summary
 int compareTo(Object acceptLang)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleTokenizer.AcceptLanguage

protected LocaleTokenizer.AcceptLanguage()
Method Detail

compareTo

public final int compareTo(Object acceptLang)
Specified by:
compareTo in interface Comparable


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.