Groovy Documentation

grails.test.mixin.web
[Groovy] Class TestRequestMimeTypesApi

java.lang.Object
  org.codehaus.groovy.grails.plugins.web.api.RequestMimeTypesApi
      grails.test.mixin.web.TestRequestMimeTypesApi

@groovy.transform.CompileStatic
class TestRequestMimeTypesApi
extends RequestMimeTypesApi

Property Summary
org.springframework.context.ApplicationContext applicationContext

 
Method Summary
MimeType[] getMimeTypes()

 
Methods inherited from class RequestMimeTypesApi
getFormat, getMimeTypes, getMimeTypes, withFormat
 
Methods inherited from 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()
 

Property Detail

applicationContext

org.springframework.context.ApplicationContext applicationContext


 
Method Detail

getMimeTypes

@java.lang.Override
MimeType[] getMimeTypes()


 

Groovy Documentation