JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
AbstractTokenResponseHandler
- Class in
org.grails.web.servlet.mvc
Implements the behavior of wasInvoked in the TokenResponseHandler interface.
AbstractTokenResponseHandler(boolean)
- Constructor in
AbstractTokenResponseHandler
B
buildGrailsWebRequest(HttpServletRequest, HttpServletResponse)
- Method in
GrailsDispatcherServlet
buildRequestAttributes(HttpServletRequest, HttpServletResponse, RequestAttributes)
- Method in
GrailsDispatcherServlet
C
checkMultipart(HttpServletRequest)
- Method in
GrailsDispatcherServlet
createStackFilterer()
- Method in
GrailsExceptionResolver
D
DEFAULT_METHOD_PARAM
- Field in
HiddenHttpMethodFilter
Default method parameter:
_method
determineUri(HttpServletRequest)
- Method in
GrailsExceptionResolver
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain)
- Method in
GrailsWebRequestFilter
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain)
- Method in
HiddenHttpMethodFilter
E
EXCEPTION_ATTRIBUTE
- Field in
GrailsExceptionResolver
extractLineNumber(CompilationFailedException)
- Method in
GrailsExceptionResolver
F
filterStackTrace(Exception)
- Method in
GrailsExceptionResolver
findWrappedException(Exception)
- Method in
GrailsExceptionResolver
forwardRequest(UrlMappingInfo, HttpServletRequest, HttpServletResponse, ModelAndView, String)
- Method in
GrailsExceptionResolver
G
generateToken(String)
- Method in
SynchronizerTokensHolder
getFirstRuntimeException(Throwable)
- Method in
GrailsExceptionResolver
getHttpMethodOverride(HttpServletRequest)
- Method in
HiddenHttpMethodFilter
getMethod()
- Method in
HiddenHttpMethodFilter.HttpMethodRequestWrapper
getPathWithinApplication(HttpServletRequest)
- Method in
GrailsUrlPathHelper
getRequestLogMessage(String, HttpServletRequest, String)
- Method in
GrailsExceptionResolver
getRootCause(Throwable)
- Method in
GrailsExceptionResolver
Obtains the root cause of the given exception
getTokens(String)
- Method in
SynchronizerTokensHolder
GRAILS_DISPATCH_EXTENSION
- Field in
GrailsUrlPathHelper
GRAILS_SERVLET_PATH
- Field in
GrailsUrlPathHelper
grailsApplication
- Field in
GrailsExceptionResolver
GrailsDispatcherServlet
- Class in
org.grails.web.servlet.mvc
Simple extension to the Spring org.springframework.web.servlet.DispatcherServlet implementation that makes sure a org.grails.web.servlet.mvc.GrailsWebRequest is bound
GrailsDispatcherServlet(WebApplicationContext)
- Constructor in
GrailsDispatcherServlet
GrailsExceptionResolver
- Class in
org.grails.web.errors
Wraps any runtime exceptions with a GrailsWrappedException instance.
GrailsUrlPathHelper
- Class in
org.grails.web.servlet
Extends the default Spring UrlPathHelper and makes methods Grails path aware.
GrailsWebRequestFilter
- Class in
org.grails.web.servlet.mvc
Binds a
GrailsWebRequestFilter
to the currently executing thread.
H
HEADER_X_HTTP_METHOD_OVERRIDE
- Field in
HiddenHttpMethodFilter
HiddenHttpMethodFilter
- Class in
org.grails.web.filters
Based off the Spring implementation, but also supports the X-HTTP-Method-Override HTTP header.
HiddenHttpMethodFilter.HttpMethodRequestWrapper
- Class in
org.grails.web.filters
Simple javax.servlet.http.HttpServletRequest wrapper that returns the supplied method for javax.servlet.http.HttpServletRequest#getMethod().
HiddenHttpMethodFilter.HttpMethodRequestWrapper(String, HttpServletRequest)
- Constructor in
HiddenHttpMethodFilter.HttpMethodRequestWrapper
HOLDER
- Field in
SynchronizerTokensHolder
I
INVALID_TOKEN_ATTRIBUTE
- Field in
TokenResponseHandler
invalidToken(Closure)
- Method in
AbstractTokenResponseHandler
invalidToken(Closure)
- Method in
TokenResponseHandler
Specify behavior in the event of an invalid token.
invalidTokenInternal(Closure)
- Method in
AbstractTokenResponseHandler
isEmpty()
- Method in
SynchronizerTokensHolder
isValid(String, String)
- Method in
SynchronizerTokensHolder
J
K
KEY
- Field in
TokenResponseHandler
L
LINE_SEPARATOR
- Field in
GrailsExceptionResolver
LOG
- Field in
GrailsExceptionResolver
logStackTrace(Exception, HttpServletRequest)
- Method in
GrailsExceptionResolver
lookupUrlMappings()
- Method in
GrailsExceptionResolver
M
matchStatusCode(Exception, UrlMappingsHolder)
- Method in
GrailsExceptionResolver
N
O
P
Q
R
resetToken(String, String)
- Method in
SynchronizerTokensHolder
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in
GrailsExceptionResolver
resolveView(HttpServletRequest, UrlMappingInfo, ModelAndView)
- Method in
GrailsExceptionResolver
resolveViewOrForward(Exception, UrlMappingsHolder, HttpServletRequest, HttpServletResponse, ModelAndView)
- Method in
GrailsExceptionResolver
S
servletContext
- Field in
GrailsExceptionResolver
setApplicationContext(ApplicationContext)
- Method in
GrailsDispatcherServlet
setApplicationContext(ApplicationContext)
- Method in
GrailsWebRequestFilter
setGrailsApplication(GrailsApplication)
- Method in
GrailsExceptionResolver
setMethodParam(String)
- Method in
HiddenHttpMethodFilter
Set the parameter name to look for HTTP methods.
setServletContext(ServletContext)
- Method in
GrailsDispatcherServlet
setServletContext(ServletContext)
- Method in
GrailsExceptionResolver
setStatus(HttpServletRequest, HttpServletResponse, ModelAndView, Exception)
- Method in
GrailsExceptionResolver
shouldNotFilterAsyncDispatch()
- Method in
GrailsWebRequestFilter
shouldNotFilterErrorDispatch()
- Method in
GrailsWebRequestFilter
stackFilterer
- Field in
GrailsExceptionResolver
store(HttpSession)
- Method in
SynchronizerTokensHolder
SynchronizerTokensHolder
- Class in
org.grails.web.servlet.mvc
A token used to handle double-submits.
T
TOKEN_KEY
- Field in
SynchronizerTokensHolder
TOKEN_URI
- Field in
SynchronizerTokensHolder
TokenResponseActionResultTransformer
- Class in
org.grails.web.servlet.mvc
An org.grails.web.servlet.mvc.ActionResultTransformer that adds support for the "Synchronizer Token Pattern"
TokenResponseHandler
- Interface in
org.grails.web.servlet.mvc
Invokes user code that handles double or invalid submits.
transformActionResult(GrailsWebRequest, String, Object)
- Method in
TokenResponseActionResultTransformer
U
V
W
wasInvalidToken()
- Method in
AbstractTokenResponseHandler
wasInvalidToken()
- Method in
TokenResponseHandler
Return whether the token was invalid
wasInvoked()
- Method in
AbstractTokenResponseHandler
wasInvoked()
- Method in
TokenResponseHandler
Return whether the response handle was invoked.
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames