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
          Implementation of the GrailsApplicationAttributes interface that 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 SimpleGrailsControllerHelper.getGrailsAttributes()
           
 GrailsApplicationAttributes GrailsControllerHelper.getGrailsAttributes()
           
 



Copyright (c) 2005-2006 The Grails project