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
          An interface defining 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
          Implementation of the GrailsApplicationAttributes interface that holds knowledge about how to obtain certain attributes from either the ServletContext or the HttpServletRequest instance.
 



Copyright (c) 2005-2006 The Grails project