public static class XWork2ValidatorUtil.NuitonDefaultUnknownHandler extends Object implements com.opensymphony.xwork2.UnknownHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.opensymphony.xwork2.config.Configuration |
configuration |
protected com.opensymphony.xwork2.ObjectFactory |
objectFactory |
| Constructor and Description |
|---|
NuitonDefaultUnknownHandler() |
| Modifier and Type | Method and 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) |
protected com.opensymphony.xwork2.config.Configuration configuration
protected com.opensymphony.xwork2.ObjectFactory objectFactory
public void setConfiguration(com.opensymphony.xwork2.config.Configuration configuration)
public void setObjectFactory(com.opensymphony.xwork2.ObjectFactory objectFactory)
public com.opensymphony.xwork2.config.entities.ActionConfig handleUnknownAction(String namespace, String actionName)
handleUnknownAction in interface com.opensymphony.xwork2.UnknownHandlerpublic com.opensymphony.xwork2.Result handleUnknownResult(com.opensymphony.xwork2.ActionContext actionContext,
String actionName,
com.opensymphony.xwork2.config.entities.ActionConfig actionConfig,
String resultCode)
handleUnknownResult in interface com.opensymphony.xwork2.UnknownHandlerCopyright © 2013–2017 CodeLutin. All rights reserved.