| Interface | Description |
|---|---|
| GrailsRequestStateLookupStrategy |
Strategy interface for obtaining details about the currently executing request
|
| ParameterCreationListener |
A callback interface that is fired when the params object is created
|
| ParameterInitializationCallback |
| Class | Description |
|---|---|
| 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.
|
| GrailsWebRequest |
Encapsulates a Grails request.
|