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, initpublic String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation) throws Exception
intercept in interface com.opensymphony.xwork.interceptor.Interceptorintercept in class AbstractAwareInterceptorExceptionCopyright © 2003–2018 Atlassian. All rights reserved.