Friday, February 2, 2007

What is Dispatch Action?

The Dispatch Action class is used to group related actions into one class. Dispatch Action is an abstract class, so you must override it to use it. It extends the Action class. It should be noted that you don’t have to use the Dispatch Action to group multiple actions into one Action class. You could just use a hidden field that you inspect to delegate to member () methods inside of your action.

SOURCE : www.referjava.com

No comments: