Class |
Description |
AbstractTokenResponseHandler
|
Implements the behavior of wasInvoked in the TokenResponseHandler interface. |
DefaultRequestStateLookupStrategy
|
Default implementation that uses the web request to obtain information about the currently
executing request. |
GrailsDispatcherServlet
|
Simple extension to the Spring DispatcherServlet implementation that makes sure a GrailsWebRequest is bound - Authors:
- Graeme Rocher
- Since:
- 3.0
|
GrailsWebRequest
|
Encapsulates a Grails request. |
GrailsWebRequestFilter
|
Binds a GrailsWebRequestFilter to the currently executing thread. |
OutputAwareHttpServletResponse
|
Tracks whether getOutputStream() was called in order to prevent calls to getWriter() after
getOutputStream() has been called - Since:
- 3.1.12
- Authors:
- Graeme Rocher
|
SynchronizerTokensHolder
|
A token used to handle double-submits. |
TokenResponseActionResultTransformer
|
An ActionResultTransformer that adds support for the "Synchronizer Token Pattern" - Authors:
- Graeme Rocher
- Since:
- 3.0
|