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
actionExcludesRegex
- Property in
UrlMappingMatcher.MapExclude
actionRegex
- Field in
UrlMappingMatcher
after()
- Method in
Interceptor
Executed after the action executes but prior to view rendering
afterCompletion(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, java.lang.Exception)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
afterView()
- Method in
Interceptor
Executed after view rendering completes
B
before()
- Method in
Interceptor
Executed before a matched action
C
callable
- Property in
UrlMappingMatcher.ClosureExclude
ClosureExclude(groovy.lang.Interceptor, Closure<Boolean>)
- Constructor in
UrlMappingMatcher.ClosureExclude
controllerExcludesRegex
- Property in
UrlMappingMatcher.MapExclude
controllerRegex
- Field in
UrlMappingMatcher
D
dependsOn
- Property in
InterceptorsGrailsPlugin
doesMatch(javax.servlet.http.HttpServletRequest)
- Method in
Interceptor
Returns:
Whether the current interceptor does match
doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String)
- Method in
Matcher
Perform the matches using the http method of the request instead of the UrlMappingInfo
doesMatch(java.lang.String, grails.web.mapping.UrlMappingInfo, java.lang.String)
- Method in
UrlMappingMatcher
doesMatchInternal(grails.web.mapping.UrlMappingInfo, java.lang.String)
- Method in
UrlMappingMatcher
doWithApplicationContext()
- Method in
InterceptorsGrailsPlugin
doWithSpring()
- Method in
InterceptorsGrailsPlugin
E
except(java.util.Map)
- Method in
Matcher
Synonym for
Matcher.excludes
except(java.util.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
getMatchers()
- Method in
Interceptor
The matchers defined by this interceptor
getModel()
- Method in
Interceptor
Returns:
The current model
getModelAndView()
- Method in
Interceptor
Obtains the ModelAndView for the currently executing controller
getOrder()
- Method in
Interceptor
The order the interceptor should execute in
getPluginName()
- Method in
InterceptorArtefactHandler
getThrowable()
- Method in
Interceptor
Obtains the exception thrown by an action execution
getTrait()
- Method in
InterceptorTraitInjector
getView()
- Method in
Interceptor
Returns:
The current view
GrailsInterceptorHandlerInterceptorAdapter
- Class in
org.grails.plugins.web.interceptors
Adapts Grails groovy.lang.Interceptor instances to the Spring HandlerInterceptor interface
GrailsInterceptorHandlerInterceptorAdapter()
- Constructor in
GrailsInterceptorHandlerInterceptorAdapter
H
hashCode(grails.web.mapping.UrlMappingInfo)
- Method in
UrlMappingMatcher
header(java.lang.String, java.lang.Object)
- 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_RENDERED_VIEW
- Property in
GrailsInterceptorHandlerInterceptorAdapter
interceptor
- Field in
UrlMappingMatcher
interceptor
- Property in
UrlMappingMatcher.ClosureExclude
interceptorAdapter
- Property in
InterceptorsGrailsPlugin
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
InterceptorsGrailsPlugin()
- Constructor in
InterceptorsGrailsPlugin
InterceptorTraitInjector
- Class in
grails.compiler.traits
Injects the groovy.lang.Interceptor trait by convention
InterceptorTraitInjector()
- Constructor in
InterceptorTraitInjector
isExclude()
- Method in
Matcher
Checks whether the current matcher is a exclude matcher or not
isExclude()
- Method in
UrlMappingMatcher
isExcluded(java.lang.String, grails.web.mapping.UrlMappingInfo)
- Method in
UrlMappingMatcher
isExcluded(grails.web.mapping.UrlMappingInfo)
- Method in
UrlMappingMatcher.ClosureExclude
isExcluded(grails.web.mapping.UrlMappingInfo)
- Method in
UrlMappingMatcher.Exclude
isExcluded(grails.web.mapping.UrlMappingInfo)
- Method in
UrlMappingMatcher.MapExclude
J
K
L
loadAfter
- Property in
InterceptorsGrailsPlugin
M
match(java.util.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(java.util.Map)
- Method in
Matcher
Defines the match for the given arguments
matches(java.util.Map)
- Method in
UrlMappingMatcher
methodExcludesRegex
- Property in
UrlMappingMatcher.MapExclude
methodRegex
- Field in
UrlMappingMatcher
N
namespaceExcludesRegex
- Property in
UrlMappingMatcher.MapExclude
namespaceRegex
- Field in
UrlMappingMatcher
O
onChange(Map<String, Object>)
- Method in
InterceptorsGrailsPlugin
P
pathMatcher
- Field in
UrlMappingMatcher
PLUGIN_NAME
- Field in
InterceptorArtefactHandler
postHandle(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object, org.springframework.web.servlet.ModelAndView)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
preHandle(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.Object)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
Q
R
render(java.util.Map)
- Method in
Interceptor
Overridden render method that renders the view directly inside before()
reverseInterceptors
- Field in
GrailsInterceptorHandlerInterceptorAdapter
S
serviceRegistry
- Property in
GrailsInterceptorHandlerInterceptorAdapter
setInterceptors(groovy.lang.Interceptor)
- Method in
GrailsInterceptorHandlerInterceptorAdapter
setModel(Map<String, Object>)
- Method in
Interceptor
Sets the model
setModelAndView(org.springframework.web.servlet.ModelAndView)
- Method in
Interceptor
Sets the ModelAndView of the current controller
setOrder(int)
- Method in
Interceptor
The order the interceptor should execute in
setView(java.lang.String)
- Method in
Interceptor
Sets the view name
T
THROWABLE
- Field in
Matcher
TYPE
- Field in
InterceptorArtefactHandler
U
uriExcludePatterns
- Field in
UrlMappingMatcher
uriPatterns
- Field in
UrlMappingMatcher
UrlMappingMatcher
- Class in
org.grails.plugins.web.interceptors
Used to match UrlMappingInfo instance by
Interceptor
instances
UrlMappingMatcher.ClosureExclude
- Class in
org.grails.plugins.web.interceptors
UrlMappingMatcher.Exclude
- Interface in
org.grails.plugins.web.interceptors
UrlMappingMatcher.MapExclude
- Class in
org.grails.plugins.web.interceptors
UrlMappingMatcher.MapExclude()
- Constructor in
UrlMappingMatcher.MapExclude
UrlMappingMatcher(groovy.lang.Interceptor)
- Constructor in
UrlMappingMatcher
V
version
- Property in
InterceptorsGrailsPlugin
W
watchedResources
- Property in
InterceptorsGrailsPlugin
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
Groovy Documentation