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
actionRegex
- Field in
UrlMappingMatcher
after()
- Method in
Interceptor
Executed after the action executes but prior to view rendering
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
afterView()
- Method in
Interceptor
Executed after view rendering completes
B
before()
- Method in
Interceptor
Executed before a matched action
C
controllerRegex
- Field in
UrlMappingMatcher
D
doesMatch(HttpServletRequest)
- Method in
Interceptor
@return Whether the current interceptor does match
doesMatch(String, UrlMappingInfo, String)
- Method in
Matcher
Perform the matches using the http method of the request instead of the UrlMappingInfo
doesMatch(String, UrlMappingInfo, String)
- Method in
UrlMappingMatcher
doesMatchInternal(UrlMappingInfo, String)
- Method in
UrlMappingMatcher
doWithApplicationContext()
- Method in
InterceptorsGrailsPlugin
doWithSpring()
- Method in
InterceptorsGrailsPlugin
E
except(Map)
- Method in
Matcher
Synonym for
Matcher.excludes
except(Map)
- Method in
UrlMappingMatcher
excludes(Closure<Boolean>)
- Method in
Matcher
Adds an exclusion that is calculated by the given closure
excludes
- Field in
UrlMappingMatcher
F
G
getArtefactTypes()
- Method in
InterceptorTraitInjector
getModel()
- Method in
Interceptor
@return The current model
getModelAndView()
- Method in
Interceptor
Obtains the ModelAndView for the currently executing controller
getPluginName()
- Method in
InterceptorArtefactHandler
getThrowable()
- Method in
Interceptor
Obtains the exception thrown by an action execution
getTrait()
- Method in
InterceptorTraitInjector
getView()
- Method in
Interceptor
@return The current view
GrailsInterceptorHandlerInterceptorAdapter
- Class in
org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring org.springframework.web.servlet.HandlerInterceptor interface
H
hashCode(UrlMappingInfo)
- Method in
UrlMappingMatcher
header(String, def)
- Method in
Interceptor
Sets a response header for the given name and value
I
Interceptor
- Trait in
grails.artefact
An interceptor can be used to intercept requests to controllers and URIs
interceptor
- Field in
UrlMappingMatcher
InterceptorArtefactHandler
- Class in
org.grails.plugins.web.interceptors
grails.core.ArtefactHandler for
Interceptor
instances
InterceptorArtefactHandler()
- Constructor in
InterceptorArtefactHandler
interceptors
- Field in
GrailsInterceptorHandlerInterceptorAdapter
InterceptorsGrailsPlugin
- Class in
org.grails.plugins.web.interceptors
A plugin for interceptors
InterceptorTraitInjector
- Class in
grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
isExclude()
- Method in
Matcher
Checks whether the current matcher is a exclude matcher or not
isExclude()
- Method in
UrlMappingMatcher
isExcluded(String, UrlMappingInfo)
- Method in
UrlMappingMatcher
isExcluded(UrlMappingInfo)
- Method in
UrlMappingMatcher.ClosureExclude
isExcluded(UrlMappingInfo)
- Method in
UrlMappingMatcher.Exclude
isExcluded(UrlMappingInfo)
- Method in
UrlMappingMatcher.MapExclude
J
K
L
M
match(Map)
- Method in
Interceptor
Used to define a match.
MATCH_SUFFIX
- Field in
InterceptorArtefactHandler
matchAll()
- Method in
Interceptor
Matches all requests
matchAll()
- Method in
Matcher
Indicate that this matcher should match all requests
matchAll
- Field in
UrlMappingMatcher
Matcher
- Interface in
grails.interceptors
A Matcher is used to configure matching for
Interceptor
instances
matches(Map)
- Method in
Matcher
Defines the match for the given arguments
matches(Map)
- Method in
UrlMappingMatcher
methodRegex
- Field in
UrlMappingMatcher
N
namespaceRegex
- Field in
UrlMappingMatcher
O
onChange(Map<String, Object>)
- Method in
InterceptorsGrailsPlugin
P
pathMatcher
- Field in
UrlMappingMatcher
PLUGIN_NAME
- Field in
InterceptorArtefactHandler
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
preHandle(HttpServletRequest, HttpServletResponse, Object)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
Q
R
render(Map)
- Method in
Interceptor
Overridden render method that renders the view directly inside before()
reverseInterceptors
- Field in
GrailsInterceptorHandlerInterceptorAdapter
S
setInterceptors(Interceptor)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
setModel(Map<String, Object>)
- Method in
Interceptor
Sets the model
setModelAndView(ModelAndView)
- Method in
Interceptor
Sets the ModelAndView of the current controller
setView(String)
- Method in
Interceptor
Sets the view name
T
TYPE
- Field in
InterceptorArtefactHandler
U
uriExcludePatterns
- Field in
UrlMappingMatcher
uriPatterns
- Field in
UrlMappingMatcher
UrlMappingMatcher
- Class in
org.grails.plugins.web.interceptors
Used to match grails.web.mapping.UrlMappingInfo instance by
Interceptor
instances
UrlMappingMatcher.ClosureExclude
- Class in
org.grails.plugins.web.interceptors
UrlMappingMatcher.ClosureExclude(Interceptor, Closure<Boolean>)
- Constructor in
UrlMappingMatcher.ClosureExclude
UrlMappingMatcher.Exclude
- Interface in
org.grails.plugins.web.interceptors
UrlMappingMatcher.MapExclude
- Class in
org.grails.plugins.web.interceptors
UrlMappingMatcher(Interceptor)
- Constructor in
UrlMappingMatcher
V
W
WILD_CARD_PATTERN
- Field in
UrlMappingMatcher
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