Uses of Class
com.atlassian.confluence.setup.webwork.AbstractAwareInterceptor

Packages that use AbstractAwareInterceptor
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.security.interceptors   
com.atlassian.confluence.security.websudo   
com.atlassian.confluence.setup.webwork   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.xwork   
 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actions
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.pages.actions
 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.
 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptors
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.security.interceptors
 class CaptchaInterceptor
          Interceptor that performs captcha validation on any actions that implement CaptchaAware.

 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.security.websudo
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.security.websudo
 class WebSudoInterceptor
          Checks for WebSudo authentication details on incoming requests
 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.setup.webwork
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.setup.webwork
 class BootstrapAwareInterceptor
           
 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.spaces.actions
 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
 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.
 

Uses of AbstractAwareInterceptor in com.atlassian.confluence.xwork
 

Subclasses of AbstractAwareInterceptor in com.atlassian.confluence.xwork
 class HttpMethodValidationInterceptor
          Interceptor that ensures that the action method gets executed within an HTTP request with the required HTTP method.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.