Uses of Class
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
Packages that use AbstractAwareInterceptor
Package
Description
-
Uses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actionsModifier and TypeClassDescriptionclass
Grabs the 'commentId' or 'focusedCommentId' parameter from the request and sets the associated comment on the action.class
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.interceptorsModifier and TypeClassDescriptionclass
Interceptor that performs captcha validation on any actions that implementCaptchaAware
.class
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.setup.struts
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts -
Uses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions
Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actionsModifier and TypeClassDescriptionclass
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.actionsModifier and TypeClassDescriptionclass
Grabs the user from the action and determines whether the user is valid and the logged-in user has permission to view the action.