org.apache.struts2.s1
Class ActionFormResetInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.struts2.s1.ActionFormResetInterceptor
- All Implemented Interfaces:
- com.opensymphony.xwork2.interceptor.Interceptor, Serializable
public class ActionFormResetInterceptor
- extends com.opensymphony.xwork2.interceptor.AbstractInterceptor
Calls the reset() method on the ActionForm, if it exists.
- See Also:
- Serialized Form
Field Summary |
protected com.opensymphony.xwork2.config.Configuration |
configuration
|
Method Summary |
String |
intercept(com.opensymphony.xwork2.ActionInvocation invocation)
|
void |
setConfiguration(com.opensymphony.xwork2.config.Configuration config)
|
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 |
configuration
protected com.opensymphony.xwork2.config.Configuration configuration
ActionFormResetInterceptor
public ActionFormResetInterceptor()
setConfiguration
public void setConfiguration(com.opensymphony.xwork2.config.Configuration config)
intercept
public String intercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Specified by:
intercept
in interface com.opensymphony.xwork2.interceptor.Interceptor
- Specified by:
intercept
in class com.opensymphony.xwork2.interceptor.AbstractInterceptor
- Throws:
Exception
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.