91-9990449935 0120-4256464 |
Struts 2 ActionInvocation TutorialThe ActionInvocation represents the execution state of an action. It holds the action and interceptors objects. ActionInvocation InterfaceThe struts framework provides ActionInvocation interface to deal with ActionInvocation. It provides many methods, some of them can be used to get the instance of ValueStack, ActionProxy, ActionContext, Result etc. Methods of ActionInvocation InterfaceThe commonly used methods of ActionInvocation interface are as follows:
Next TopicStruts2 OGNL Tutorial
|