public class PlanAwareInterceptor extends AroundInterceptor
Constructor and Description |
---|
PlanAwareInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected void |
after(com.opensymphony.xwork2.ActionInvocation dispatcher,
String result) |
protected void |
before(com.opensymphony.xwork2.ActionInvocation actionInvocation) |
protected String |
getParameter(String parameterName) |
protected boolean |
hasParameter(String parameterName) |
void |
setCachedPlanManager(CachedPlanManager cachedPlanManager) |
void |
setCustomVariableContext(CustomVariableContext customVariableContext) |
destroy, init, intercept
protected void before(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
before
in class AroundInterceptor
Exception
protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable String result) throws Exception
after
in class AroundInterceptor
Exception
public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
protected boolean hasParameter(String parameterName)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.