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 Also:
- FlashScope
|
GrailsUrlPathHelper
|
Extends the default Spring UrlPathHelper and makes methods Grails path aware. |
HttpServletRequestExtension
|
An extension that adds methods to the HttpServletRequest object
- Authors:
- Jeff Brown
- Graeme Rocher
- Since:
- 3.0
|
HttpServletResponseExtension
|
- Authors:
- Jeff Brown
- Since:
- 3.0
|
HttpSessionExtension
|
Methods added to the HttpSession interface
- Authors:
- Jeff Brown
- Graeme Rocher
- Since:
- 3.0
|
ServletContextExtension
|
An extension that adds methods to the ServletContext interface - Authors:
- Jeff Brown
- Since:
- 3.0
|
WebRequestDelegatingRequestContext
|
Delegates calls to a passed GrailsWebRequest instance. |
WrappedResponseHolder
|
A holder for the original Wrapped response for use when using includes. |