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, interceptprotected void before(com.opensymphony.xwork2.ActionInvocation actionInvocation)
throws Exception
before in class AroundInterceptorExceptionprotected void after(com.opensymphony.xwork2.ActionInvocation dispatcher,
@Nullable
String result)
throws Exception
after in class AroundInterceptorExceptionpublic void setCachedPlanManager(CachedPlanManager cachedPlanManager)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
protected boolean hasParameter(String parameterName)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.