com.atlassian.bamboo.ww2.interceptors
Class PlanAwareInterceptor
java.lang.Object
com.opensymphony.xwork.interceptor.AroundInterceptor
com.atlassian.bamboo.ww2.interceptors.PlanAwareInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable
public class PlanAwareInterceptor
- extends com.opensymphony.xwork.interceptor.AroundInterceptor
- See Also:
- Serialized Form
Methods inherited from class com.opensymphony.xwork.interceptor.AroundInterceptor |
destroy, init, intercept |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanAwareInterceptor
public PlanAwareInterceptor()
before
protected void before(com.opensymphony.xwork.ActionInvocation actionInvocation)
throws java.lang.Exception
- Specified by:
before
in class com.opensymphony.xwork.interceptor.AroundInterceptor
- Throws:
java.lang.Exception
after
protected void after(com.opensymphony.xwork.ActionInvocation dispatcher,
java.lang.String result)
throws java.lang.Exception
- Specified by:
after
in class com.opensymphony.xwork.interceptor.AroundInterceptor
- Throws:
java.lang.Exception
setPlanManager
public void setPlanManager(PlanManager planManager)
setCustomVariableContext
public void setCustomVariableContext(CustomVariableContext customVariableContext)
getParameter
protected java.lang.String getParameter(java.lang.String parameterName)
hasParameter
protected boolean hasParameter(java.lang.String parameterName)
Copyright © 2011 Atlassian. All Rights Reserved.