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.mvc.servlet   
 

Classes in org.codehaus.groovy.grails.web.servlet used by org.codehaus.groovy.grails.web.servlet
FlashScope
          Represents flash scope and allows a flash scope map to be set to the next state.
GrailsApplicationAttributes
          Defines the names of and methods to retrieve Grails specific request and servlet attributes.
GrailsDispatcherServlet
          Handles incoming requests for Grails.
GrailsRequestContext
          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
          Represents flash scope and allows a flash scope map to be set to the next state.
GrailsApplicationAttributes
          Defines 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.mvc.servlet
GrailsControllerHandlerMapping
          Matches Grails' SimpleController class.