Class ConditionalActionInterceptor
- java.lang.Object
-
- com.atlassian.bamboo.ww2.interceptors.ConditionalActionInterceptor
-
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
@Component public class ConditionalActionInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Interceptor that checks for conditional accessibility annotations on an action and runs the condition to check if action should be executed or intercepted. Current limitation is thatCondition
classes need to be visible forHostContainer
.
-
-
Constructor Summary
Constructors Constructor Description ConditionalActionInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
init()
String
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
-