public class FaxToMailInterceptor extends Object implements com.opensymphony.xwork2.interceptor.Interceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
SESSION_LAST_LOCATION |
| Constructor and Description |
|---|
FaxToMailInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected FaxToMailApplicationContext |
getFaxToMailApplicationContext(com.opensymphony.xwork2.ActionInvocation invocation) |
protected FaxToMailSession |
getFaxToMailSession(com.opensymphony.xwork2.ActionInvocation invocation) |
void |
init() |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation) |
protected FaxToMailServiceContext |
newServiceContext(com.opensymphony.xwork2.ActionInvocation invocation) |
protected void |
populateUser(FaxToMailSession faxToMailSession,
FaxToMailServiceContext serviceContext) |
protected void |
saveLastAction(com.opensymphony.xwork2.ActionInvocation invocation) |
public static final String SESSION_LAST_LOCATION
public void init()
init in interface com.opensymphony.xwork2.interceptor.Interceptorpublic String intercept(com.opensymphony.xwork2.ActionInvocation invocation) throws Exception
intercept in interface com.opensymphony.xwork2.interceptor.InterceptorExceptionprotected void populateUser(FaxToMailSession faxToMailSession, FaxToMailServiceContext serviceContext)
protected void saveLastAction(com.opensymphony.xwork2.ActionInvocation invocation)
protected FaxToMailSession getFaxToMailSession(com.opensymphony.xwork2.ActionInvocation invocation)
protected FaxToMailApplicationContext getFaxToMailApplicationContext(com.opensymphony.xwork2.ActionInvocation invocation)
protected FaxToMailServiceContext newServiceContext(com.opensymphony.xwork2.ActionInvocation invocation)
public void destroy()
destroy in interface com.opensymphony.xwork2.interceptor.InterceptorCopyright © 2014–2015 CodeLutin. All rights reserved.