|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.plugins.web.api.RequestMimeTypesApi
class RequestMimeTypesApi extends java.lang.Object
Methods added to the javax.servlet.http.HttpServletRequest instance for request format handling.
Property Summary | |
---|---|
MimeTypesApiSupport |
apiSupport
|
GrailsApplication |
grailsApplication
|
MimeType |
mimeTypes
|
Constructor Summary | |
RequestMimeTypesApi()
|
|
RequestMimeTypesApi(GrailsApplication application, MimeType[] mimeTypes)
|
Method Summary | |
---|---|
java.lang.String
|
getFormat(javax.servlet.http.HttpServletRequest request)
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the configured MimeType instances. |
MimeType[]
|
getMimeTypes()
|
MimeType[]
|
getMimeTypes(javax.servlet.http.HttpServletRequest request)
Obtains a list of configured MimeType instances for the request |
java.lang.Object
|
withFormat(javax.servlet.http.HttpServletRequest request, groovy.lang.Closure callable)
Allows for the request.withFormat { } syntax |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Property Detail |
---|
MimeTypesApiSupport apiSupport
GrailsApplication grailsApplication
MimeType mimeTypes
Constructor Detail |
---|
RequestMimeTypesApi()
RequestMimeTypesApi(GrailsApplication application, MimeType[] mimeTypes)
Method Detail |
---|
java.lang.String getFormat(javax.servlet.http.HttpServletRequest request)
request
- The request object
MimeType[] getMimeTypes()
MimeType[] getMimeTypes(javax.servlet.http.HttpServletRequest request)
request
- The request
java.lang.Object withFormat(javax.servlet.http.HttpServletRequest request, groovy.lang.Closure callable)
request
- The requestcallable
- A closure
Groovy Documentation