Modifier and Type | Class and Description |
---|---|
class |
CommentAwareInterceptor
Grabs the 'commentId' or 'focusedCommentId' parameter from the request and sets the associated comment on the action.
|
class |
PageAwareInterceptor
An XWork interceptor which injects a Page into the current Action if that action implements
PageAware . |
Modifier and Type | Class and Description |
---|---|
class |
CaptchaInterceptor
Interceptor that performs captcha validation on any actions that implement
CaptchaAware . |
class |
ConfluenceAccessInterceptor
Grants or denies the current user access to the action method currently being invoked, depending on which access
check annotations are present.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSudoInterceptor
Checks for WebSudo authentication details on incoming requests
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrapAwareInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
SpaceAwareInterceptor
Encapsulates all the complicated "how are the many ways I can look up a space so the action knows
about it?" stuff.
|
Modifier and Type | Class and Description |
---|---|
class |
UserAwareInterceptor
Grabs the user from the action and determines whether the user is valid and the logged-in
user has permission to view the action.
|
Copyright © 2003–2021 Atlassian. All rights reserved.