Uses of Package
org.codehaus.groovy.grails.web.servlet

Packages that use org.codehaus.groovy.grails.web.servlet
org.codehaus.groovy.grails.web.servlet   
org.codehaus.groovy.grails.web.servlet.mvc   
org.codehaus.groovy.grails.webflow.engine.builder   
org.codehaus.groovy.grails.webflow.mvc.servlet   
 

Classes in org.codehaus.groovy.grails.web.servlet used by org.codehaus.groovy.grails.web.servlet
FlashScope
          An interface that represents flash scope and allows a flash scope map to be set to the next state.
GrailsApplicationAttributes
          An interface defining the names of and methods to retrieve Grails specific request and servlet attributes
GrailsDispatcherServlet
          Servlet that handles incoming requests for Grails.
GrailsRequestContext
          An interface that defines the methods and objects available during a Grails request context
 

Classes in org.codehaus.groovy.grails.web.servlet used by org.codehaus.groovy.grails.web.servlet.mvc
FlashScope
          An interface that represents flash scope and allows a flash scope map to be set to the next state.
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 used by org.codehaus.groovy.grails.webflow.engine.builder
GrailsRequestContext
          An interface that defines the methods and objects available during a Grails request context
WebRequestDelegatingRequestContext
          Delegates calls to a passed GrailsWebRequest instance.
 

Classes in org.codehaus.groovy.grails.web.servlet used by org.codehaus.groovy.grails.webflow.mvc.servlet
GrailsControllerHandlerMapping
          A handler mapping that matches Grails' SimpleController class
 



Copyright (c) 2005-2009 The Grails project