public class PlanAwareInterceptor
extends com.atlassian.xwork.interceptors.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) |
protected void before(com.opensymphony.xwork2.ActionInvocation actionInvocation)
before
in class com.atlassian.xwork.interceptors.AroundInterceptor
protected void after(com.opensymphony.xwork2.ActionInvocation dispatcher, @Nullable String result)
after
in class com.atlassian.xwork.interceptors.AroundInterceptor
public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
protected boolean hasParameter(String parameterName)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.