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.