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.Interceptorpublic void destroy()
destroy in interface com.opensymphony.xwork2.interceptor.Interceptorpublic final String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept in interface com.opensymphony.xwork2.interceptor.InterceptorExceptionpublic abstract String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
Exceptionprotected int getParameterAsInt(String parameterName)
protected boolean hasParameter(String parameterName)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.