Javatpoint Logo
Javatpoint Logo

Struts 2 ActionInvocation Tutorial

The ActionInvocation represents the execution state of an action. It holds the action and interceptors objects.

ActionInvocation Interface

The 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 Interface

The commonly used methods of ActionInvocation interface are as follows:

No.MethodDescription
1)public ActionContext getInvocationContext()returns the ActionContext object associated with the ActionInvocation.
2)public ActionProxy getProxy()returns the ActionProxy instance holding this ActionInvocation.
3)public ValueStack getStack()returns the instance of ValueStack.
4)public Action getAction()returns the instance of Action associated with this ActionInvocation.
5)public void invoke()invokes the next resource in processing this ActionInvocation.
6)public Result getResult()returns the instance of Result.





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA