Class AcceptLanguage
- java.lang.Object
-
- org.apache.tomcat.util.http.parser.AcceptLanguage
-
public class AcceptLanguage extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AcceptLanguage(Locale locale, double quality)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Locale
getLocale()
double
getQuality()
static List<AcceptLanguage>
parse(StringReader input)
-
-
-
Constructor Detail
-
AcceptLanguage
protected AcceptLanguage(Locale locale, double quality)
-
-
Method Detail
-
getLocale
public Locale getLocale()
-
getQuality
public double getQuality()
-
parse
public static List<AcceptLanguage> parse(StringReader input) throws IOException
- Throws:
IOException
-
-