Groovy Documentation

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 @author Graeme Rocher
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 @author Graeme Rocher
GrailsHttpSession An adapter class that takes a regular HttpSession and allows you to access it like a Groovy map.
GrailsParameterMap A parameter map class that allows mixing of request parameters and controller parameters.
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.
SynchronizerToken A token used to handle double-submits.
 


Groovy Documentation