- getDefinedFormats(Closure) - Method in MimeTypesApiSupport
-
- getFormat(HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains the request format, which is dictated by the CONTENT_TYPE header and evaluated using the
configured grails.web.mime.MimeType instances.
- getFormat(HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the format to use for the response using either the file extension or the ACCEPT header
- getKnownMimeTypes() - Method in DefaultMimeUtility
-
{@inheritDoc}
- getKnownMimeTypes() - Method in MimeUtility
-
Gets the known configured MimeType instances
- getMimeConfig(Config) - Method in MimeTypesConfiguration
-
- getMimeConfig(Config) - Method in MimeTypesFactoryBean
-
- getMimeType(HttpServletResponse) - Method in HttpServletResponseExtension
-
Obtains the MimeType for the response using either the file extension or the ACCEPT header
- getMimeTypeForExtension(String) - Method in DefaultMimeUtility
-
{@inheritDoc}
- getMimeTypeForExtension(String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypeForURI(String) - Method in DefaultMimeUtility
-
- getMimeTypeForURI(String) - Method in MimeUtility
-
Obtains a MimeType for the given extension
- getMimeTypes(HttpServletRequest) - Method in HttpServletRequestExtension
-
Obtains a list of configured grails.web.mime.MimeType instances for the request
- getMimeTypes(HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getMimeTypesFormatAware(HttpServletResponse) - Method in HttpServletResponseExtension
-
Gets the configured mime types for the response
- getObject() - Method in MimeTypesFactoryBean
-
- getObjectType() - Method in MimeTypesFactoryBean
-