public class PlanLimitAwareInterceptor extends AbstractBambooInterceptor
| Constructor and Description |
|---|
PlanLimitAwareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
doIntercept(com.opensymphony.xwork2.ActionInvocation invocation)
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the
request by the
ActionInvocation or to short-circuit the processing and just return a String return code. |
void |
setPlanManager(PlanManager planManager) |
destroy, getParameter, getParameterAsInt, hasParameter, init, interceptpublic String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
ActionInvocation or to short-circuit the processing and just return a String return code.doIntercept in class AbstractBambooInterceptorActionInvocation.invoke(), or from the interceptor itself.Exception - any system-level error, as defined in Action.execute().public void setPlanManager(PlanManager planManager)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.