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
Encapsulates all the complicated "how are the many ways I can look up a page so the action knows
about it?" stuff.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptchaInterceptor
Interceptor that performs captcha validation on any actions that implement
CaptchaAware . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpMethodValidationInterceptor
Interceptor that ensures that the action method gets executed within an HTTP request with the required HTTP method.
|
Copyright © 2003–2015 Atlassian. All rights reserved.