ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is DispatchAction?

The DispatchAction class is used to group related actions into one class. Using this class, you can have a method for each logical action compared than a single execute method. The DispatchAction dispatches to one of the logical actions represented by the methods. It picks a method to invoke based on an incoming request parameter. The value of the incoming parameter is the name of the method that the DispatchAction will invoke.
Related Posts Plugin for WordPress, Blogger...
Flag Counter