|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor com.atlassian.bamboo.ww2.interceptors.PlanLimitAwareInterceptor
public class PlanLimitAwareInterceptor
Constructor Summary | |
---|---|
PlanLimitAwareInterceptor()
|
Method Summary | |
---|---|
java.lang.String |
intercept(com.opensymphony.xwork.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)
|
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor |
---|
destroy, getParameter, getParameterAsInt, hasParameter, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanLimitAwareInterceptor()
Method Detail |
---|
public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation invocation) throws java.lang.Exception
ActionInvocation
or to short-circuit the processing and just return a String return code.
ActionInvocation.invoke()
, or from the interceptor itself.
java.lang.Exception
- any system-level error, as defined in Action.execute()
.public void setPlanManager(PlanManager planManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |