Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » http » [javadoc | source]
org.apache.tomcat.util.http
public class: AcceptLanguage [javadoc | source]
java.lang.Object
   org.apache.tomcat.util.http.AcceptLanguage
Util to process the "Accept-Language" header. Used by facade to implement getLocale() and by StaticInterceptor. Not optimized - it's very slow.
Method from org.apache.tomcat.util.http.AcceptLanguage Summary:
getLocale,   getLocales
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tomcat.util.http.AcceptLanguage Detail:
 public static Locale getLocale(String acceptLanguage) 
 public static Enumeration getLocales(String acceptLanguage)