org.apache.empire.struts2.interceptors
Class ActionBasicsInterceptor

java.lang.Object
  extended by com.opensymphony.xwork2.interceptor.AbstractInterceptor
      extended by org.apache.empire.struts2.interceptors.InterceptorSupport
          extended by org.apache.empire.struts2.interceptors.ActionBasicsInterceptor
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor, java.io.Serializable

public class ActionBasicsInterceptor
extends InterceptorSupport

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.empire.struts2.interceptors.InterceptorSupport
log, NONE
 
Constructor Summary
ActionBasicsInterceptor()
           
 
Method Summary
 java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
           
 void setErrorAction(java.lang.String errorAction)
           
 
Methods inherited from class org.apache.empire.struts2.interceptors.InterceptorSupport
redirect
 
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionBasicsInterceptor

public ActionBasicsInterceptor()
Method Detail

setErrorAction

public void setErrorAction(java.lang.String errorAction)

intercept

public java.lang.String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
                           throws java.lang.Exception
Specified by:
intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
Specified by:
intercept in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
Throws:
java.lang.Exception


Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.