| Interface | Description |
|---|---|
| FlashScope |
Represents flash scope and allows a flash scope map to be set to the next
state.
|
| GrailsApplicationAttributes |
Defines the names of and methods to retrieve Grails specific request and servlet attributes.
|
| GrailsRequestContext |
Defines the methods and objects available during a Grails request context.
|
| Class | Description |
|---|---|
| DefaultGrailsApplicationAttributes |
Holds knowledge about how to obtain certain attributes from either the ServletContext
or the HttpServletRequest instance.
|
| GrailsFlashScope |
Grails implementation of Flash scope (@see org.codehaus.groovy.grails.web.servlet.FlashScope).
|
| HttpHeaders |
Constants for HTTP headers.
|
| WebRequestDelegatingRequestContext |
Delegates calls to a passed GrailsWebRequest instance.
|
| WrappedResponseHolder |
A holder for the original Wrapped response for use when using includes.
|