Package org.codehaus.groovy.grails.web.servlet.mvc

Interface Summary
GrailsControllerHelper Processes Grails controller requests and responses.
ParameterCreationListener A callback interface that is fired when the params object is created
ParameterInitializationCallback  
RedirectEventListener Listener interface that gets fired when the redirect(..) method is called
TokenResponseHandler Invokes user code that handles double or invalid submits.
 

Class Summary
AbstractTokenResponseHandler Implements the behavior of wasInvoked in the TokenResponseHandler interface.
CommandObjectEnablingPostProcessor  
GrailsHttpSession An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
GrailsUrlHandlerMapping Handles URL mapping for Grails.
GrailsWebRequest Encapsulates a Grails request.
GrailsWebRequestFilter Binds a GrailsWebRequestFilter to the currently executing thread.
SimpleGrailsController Base class for Grails controllers.
SimpleGrailsControllerHelper Does the main job of dealing with Grails web requests.