| Interface | Description |
|---|---|
| TokenResponseHandler |
Invokes user code that handles double or invalid submits.
|
| Class | Description |
|---|---|
| AbstractGrailsControllerHelper |
Processes Grails controller requests and responses.
|
| AbstractTokenResponseHandler |
Implements the behavior of wasInvoked in the TokenResponseHandler interface.
|
| ClosureGrailsControllerHelper |
Implements action invokation throught Closure.
|
| GrailsUrlHandlerMapping |
Handles URL mapping for Grails.
|
| GrailsWebRequestFilter |
Binds a
GrailsWebRequestFilter to the currently executing thread. |
| MethodGrailsControllerHelper |
Implements action invocation through Method.
|
| MixedGrailsControllerHelper |
Implements action invocation through Closure.
|
| SimpleGrailsController |
Base class for Grails controllers.
|