public class CommentAwareInterceptor extends AbstractAwareInterceptor
If the comment cannot be found or the current user is not permitted to view it, this interceptor does nothing. (At the moment all CommentAware actions are also PageAware, and the PageAwareInterceptor redirects to the "not permitted" page if the page cannot be viewed.)
Constructor and Description |
---|
CommentAwareInterceptor() |
Modifier and Type | Method and Description |
---|---|
String |
intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) |
destroy, getParameter, getUser, hasParameter, init
public String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept
in interface com.opensymphony.xwork.interceptor.Interceptor
intercept
in class AbstractAwareInterceptor
Exception
Copyright © 2003–2020 Atlassian. All rights reserved.