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 classCommentAwareInterceptorGrabs the 'commentId' or 'focusedCommentId' parameter from the request and sets the associated comment on the action.classPageAwareInterceptorAn 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 classCaptchaInterceptorInterceptor that performs captcha validation on any actions that implementCaptchaAware.classConfluenceAccessInterceptorGrants 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 classWebSudoInterceptorDeprecated, for removal: This API element is subject to removal in a future version.since 8.8, replaced bycom.atlassian.confluence.impl.webapp.security.WebSudoEnforcer. -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts Modifier and Type Class Description classBootstrapAwareInterceptor -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions Modifier and Type Class Description classSpaceAwareInterceptorEncapsulates 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 classUserAwareInterceptorGrabs the user from the action and determines whether the user is valid and the logged-in user has permission to view the action.
-