@groovy.transform.CompileStatic class DefaultAcceptHeaderParser extends java.lang.Object implements AcceptHeaderParser
Parsed the HTTP accept header into a a list of MimeType instances in the order of priority. Priority is dictated by the order of the mime entries and the associated q parameter. The higher the q parameter the higher the priority.
Type | Name and description |
---|---|
static org.apache.commons.logging.Log |
LOG |
MimeType[] |
configuredMimeTypes |
Constructor and description |
---|
DefaultAcceptHeaderParser
() |
DefaultAcceptHeaderParser
(MimeType[] configuredMimeTypes) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation