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 |
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 |
SynchronizerTokensHolder
|
A token used to handle double-submits. |
TokenResponseActionResultTransformer
|
An ActionResultTransformer that adds support for the "Synchronizer Token Pattern" |