Uses of Class
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
-
-
Uses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actions Modifier and Type Class 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 implementsPageAware
. -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptors
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptors Modifier and Type Class Description class
CaptchaInterceptor
Interceptor that performs captcha validation on any actions that implementCaptchaAware
.class
ConfluenceAccessInterceptor
Grants or denies the current user access to the action method currently being invoked, depending on which access check annotations are present. -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.security.websudo
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.security.websudo Modifier and Type Class Description class
WebSudoInterceptor
Checks for WebSudo authentication details on incoming requests -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts Modifier and Type Class Description class
BootstrapAwareInterceptor
-
Uses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions Modifier and Type Class 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. -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.user.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.user.actions Modifier and Type Class 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.
-