
What are the different kinds of actions in Struts?

Hi friends,
Struts is a open source java web application frame work. It supports different types action methods.
1 : ForwardAction
2 : IncludeAction
3 : DispatchAction
4 : LookupDispatchAction
5 : SwitchAction
Thanks.