Package | Description |
---|---|
com.mattunderscore.filter.contentnegotiation.parser |
Package for parsing content negotiation variants.
|
com.mattunderscore.http.headers.content.type |
Package for handling content type headers.
|
Modifier and Type | Method and Description |
---|---|
List<QContentType> |
Variant.getQContentTypes()
Get the structured content types of the variant.
|
Modifier and Type | Field and Description |
---|---|
static QContentType |
QContentType.APP_RDF |
static QContentType |
QContentType.APP_XHTML |
static QContentType |
QContentType.TEXT_HTML |
Modifier and Type | Method and Description |
---|---|
QContentType |
QContentType.clone()
Deprecated.
There is not real value in cloning this object, the only mutable value is the.
cached toString value
|
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 |
---|---|
boolean |
QContentType.sameType(QContentType qct)
Method that returns true if the two content types can be matched against one another.
|
Copyright © 2016. All Rights Reserved.