Package org.nuiton.validator.xwork2
Class XWork2ValidatorUtil.NuitonDefaultUnknownHandler
- java.lang.Object
-
- org.nuiton.validator.xwork2.XWork2ValidatorUtil.NuitonDefaultUnknownHandler
-
- All Implemented Interfaces:
com.opensymphony.xwork2.UnknownHandler
- Enclosing class:
- XWork2ValidatorUtil
public static class XWork2ValidatorUtil.NuitonDefaultUnknownHandler extends Object implements com.opensymphony.xwork2.UnknownHandler
A dummy unknown handler when we want to use for example visitor validators which need a invocation handler. Note: Do not use this for any purpose...- Since:
- 3.0
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description protected com.opensymphony.xwork2.config.Configuration
configuration
protected com.opensymphony.xwork2.ObjectFactory
objectFactory
-
Constructor Summary
Constructors Constructor Description NuitonDefaultUnknownHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.xwork2.config.entities.ActionConfig
handleUnknownAction(String namespace, String actionName)
Object
handleUnknownActionMethod(Object action, String methodName)
com.opensymphony.xwork2.Result
handleUnknownResult(com.opensymphony.xwork2.ActionContext actionContext, String actionName, com.opensymphony.xwork2.config.entities.ActionConfig actionConfig, String resultCode)
void
setConfiguration(com.opensymphony.xwork2.config.Configuration configuration)
void
setObjectFactory(com.opensymphony.xwork2.ObjectFactory objectFactory)
-
-
-
Method Detail
-
setConfiguration
public void setConfiguration(com.opensymphony.xwork2.config.Configuration configuration)
-
setObjectFactory
public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory objectFactory)
-
handleUnknownAction
public com.opensymphony.xwork2.config.entities.ActionConfig handleUnknownAction(String namespace, String actionName)
- Specified by:
handleUnknownAction
in interfacecom.opensymphony.xwork2.UnknownHandler
-
handleUnknownResult
public com.opensymphony.xwork2.Result handleUnknownResult(com.opensymphony.xwork2.ActionContext actionContext, String actionName, com.opensymphony.xwork2.config.entities.ActionConfig actionConfig, String resultCode)
- Specified by:
handleUnknownResult
in interfacecom.opensymphony.xwork2.UnknownHandler
-
-