What is dispatch action class?
Answer / Nivedita Bhatt
Dispatch Action Class in Struts 2 acts as a bridge between the incoming request and the appropriate Action class. It's responsible for identifying the requested action, creating an instance of that action, and calling its execute method.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Core classes of Struts Framework?
How to add ms-word file in struts at the same time how to add images
Does struts include its own unit tests?
In which method of action class the business logic is executed?
What do you mean by actionform?
When wil use singleton class in Struts
Struts follows which design patterns?
Can you explain struts.properties in struts2?
What is the purpose of @after annotation?
Which components are available using actioncontext map?
What is dispatch action class?
Why do the struts tags provide for so little formatting?