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

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

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

Classes in org.codehaus.groovy.grails.web.servlet that implement FlashScope
 class GrailsFlashScope
          Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope)
 

Methods in org.codehaus.groovy.grails.web.servlet that return FlashScope
 FlashScope DefaultGrailsApplicationAttributes.getFlashScope(ServletRequest request)
           
 FlashScope GrailsApplicationAttributes.getFlashScope(ServletRequest request)
          Retrieves the flash scope instance for the given requeste
 

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

Methods in org.codehaus.groovy.grails.web.servlet.mvc that return FlashScope
 FlashScope GrailsWebRequest.getFlashScope()
           
 



Copyright (c) 2005-2006 The Grails project