Package | Description |
---|---|
com.mattunderscore.filter.contentnegotiation.parser |
Package for parsing content negotiation variants.
|
com.mattunderscore.http.headers |
Package for representing HTTP header fields.
|
com.mattunderscore.http.headers.content.type |
Package for handling content type headers.
|
com.mattunderscore.http.headers.encoding |
Package for handling encoding headers.
|
com.mattunderscore.http.headers.language |
Package for handling language headers.
|
com.mattunderscore.http.headers.useragent.parser |
Parsers for the user agent string.
|
Modifier and Type | Method and Description |
---|---|
List<QContentType> |
Variant.getQContentTypes()
Get the structured content types of the variant.
|
List<ILanguage> |
Variant.getQLanguages()
Get the structured languages of the variant.
|
Modifier and Type | Method and Description |
---|---|
Collection<T> |
HeaderFieldCollectionParser.parseElements(String header)
Parses a string for a collection of header field elements.
|
T |
HeaderFieldParser.parseField(String header)
Parses a string for a single header field element.
|
Modifier and Type | Method and Description |
---|---|
static List<QContentType> |
QContentType.getRequestContentTypes(HttpServletRequest request)
Parser for HttpServletRequest to QContentType
|
Collection<QContentType> |
ContentTypeParser.parseElements(String header) |
Modifier and Type | Method and Description |
---|---|
static List<IEncoding> |
QEncoding.getRequestEncodings(HttpServletRequest request)
Parser for HttpServletRequest to QEncoding
|
Collection<IEncoding> |
EncodingParser.parseElements(String header) |
Modifier and Type | Method and Description |
---|---|
static List<ILanguage> |
QLanguage.getRequestLanguages(HttpServletRequest request)
Parser for HttpServletRequest to QLanguage.
|
Collection<ILanguage> |
LanguageParser.parseElements(String header) |
Modifier and Type | Method and Description |
---|---|
IUserAgent |
CachingUserAgentParser.parseField(String header) |
UserAgent |
UserAgentParser.parseField(String header) |
Copyright © 2016. All Rights Reserved.