Uses of Interface
org.codehaus.groovy.grails.commons.ApplicationAttributes

Packages that use ApplicationAttributes
org.codehaus.groovy.grails.web.servlet   
 

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

Subinterfaces of ApplicationAttributes in org.codehaus.groovy.grails.web.servlet
 interface GrailsApplicationAttributes
          Defines the names of and methods to retrieve Grails specific request and servlet attributes.
 

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