public abstract class AbstractBambooInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
Constructor and Description |
---|
AbstractBambooInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
abstract String |
doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) |
protected String |
getParameter(String parameterName) |
protected int |
getParameterAsInt(String parameterName) |
protected boolean |
hasParameter(String parameterName) |
void |
init() |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation) |
public void init()
init
in interface com.opensymphony.xwork2.interceptor.Interceptor
public void destroy()
destroy
in interface com.opensymphony.xwork2.interceptor.Interceptor
public final String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
Exception
public abstract String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
Exception
protected int getParameterAsInt(String parameterName)
protected boolean hasParameter(String parameterName)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.