Uses of Class
com.atlassian.confluence.setup.struts.AbstractAwareInterceptor
Packages that use AbstractAwareInterceptor
Package
Description
- 
Uses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actionsSubclasses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actionsModifier and TypeClassDescriptionclassGrabs the 'commentId' or 'focusedCommentId' parameter from the request and sets the associated comment on the action.classA Struts interceptor which injects a Page into the current Action if that action implementsPageAware.
- 
Uses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptorsSubclasses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptorsModifier and TypeClassDescriptionclassInterceptor that performs captcha validation on any actions that implementCaptchaAware.
- 
Uses of AbstractAwareInterceptor in com.atlassian.confluence.setup.strutsSubclasses of AbstractAwareInterceptor in com.atlassian.confluence.setup.struts
- 
Uses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actionsSubclasses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actionsModifier and TypeClassDescriptionclassEncapsulates 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.actionsSubclasses of AbstractAwareInterceptor in com.atlassian.confluence.user.actionsModifier and TypeClassDescriptionclassGrabs the user from the action and determines whether the user is valid and the logged-in user has permission to view the action.