Uses of Interface
org.codehaus.groovy.grails.web.servlet.GrailsApplicationAttributes

Packages that use GrailsApplicationAttributes
org.codehaus.groovy.grails.web.servlet   
org.codehaus.groovy.grails.web.servlet.mvc   
 

Uses of GrailsApplicationAttributes in org.codehaus.groovy.grails.web.servlet
 

Classes in org.codehaus.groovy.grails.web.servlet that implement GrailsApplicationAttributes
 class DefaultGrailsApplicationAttributes
          Holds knowledge about how to obtain certain attributes from either the ServletContext or the HttpServletRequest instance.
 

Uses of GrailsApplicationAttributes in org.codehaus.groovy.grails.web.servlet.mvc
 

Methods in org.codehaus.groovy.grails.web.servlet.mvc that return GrailsApplicationAttributes
 GrailsApplicationAttributes GrailsWebRequest.getAttributes()
           
 GrailsApplicationAttributes GrailsControllerHelper.getGrailsAttributes()
           
 GrailsApplicationAttributes SimpleGrailsControllerHelper.getGrailsAttributes()