Class InjectParamsToActionMethodHandler
- java.lang.Object
-
- io.vertigo.struts2.impl.unknownhandler.InjectParamsToActionMethodHandler
-
- All Implemented Interfaces:
com.opensymphony.xwork2.UnknownHandler
public class InjectParamsToActionMethodHandler extends Object implements com.opensymphony.xwork2.UnknownHandler
Gestion du passage de paramètres aux Actions. A ajouter dans le struts.xml :Pour en déclarer plusieurs rechercher "Stacking Unknown Handlers". - Author:
- npiedeloup
- See Also:
- "http://struts.apache.org/release/2.3.x/docs/unknown-handlers.html"
-
-
Constructor Summary
Constructors Constructor Description InjectParamsToActionMethodHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.xwork2.config.entities.ActionConfighandleUnknownAction(String namespace, String actionName)ObjecthandleUnknownActionMethod(Object action, String methodName)com.opensymphony.xwork2.ResulthandleUnknownResult(com.opensymphony.xwork2.ActionContext actionContext, String actionName, com.opensymphony.xwork2.config.entities.ActionConfig actionConfig, String resultCode)
-
-
-
Method Detail
-
handleUnknownAction
public com.opensymphony.xwork2.config.entities.ActionConfig handleUnknownAction(String namespace, String actionName)
- Specified by:
handleUnknownActionin 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:
handleUnknownResultin interfacecom.opensymphony.xwork2.UnknownHandler
-
-