Class |
Description |
AbstractGrailsControllerHelper
|
Processes Grails controller requests and responses. |
AbstractGrailsControllerTests
|
|
AbstractTokenResponseHandler
|
Implements the behavior of wasInvoked in the TokenResponseHandler interface. |
ClosureGrailsControllerHelper
|
Implements action invokation throught Closure. |
DefaultRequestStateLookupStrategy
|
Default implementation that uses the web request to obtain information about the currently
executing request. |
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. |
MethodGrailsControllerHelper
|
Implements action invocation through Method. |
MixedGrailsControllerHelper
|
Implements action invocation through Closure. |
MockHibernateProxyHandler
|
|
SimpleGrailsController
|
|
SynchronizerTokensHolder
|
A token used to handle double-submits. |