What is dispatch action class?



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

Post New Answer

More Struts Interview Questions

What are the Core classes of Struts Framework?

1 Answers  


How to add ms-word file in struts at the same time how to add images

1 Answers  


Does struts include its own unit tests?

1 Answers  


In which method of action class the business logic is executed?

1 Answers  


What do you mean by actionform?

1 Answers  


When wil use singleton class in Struts

7 Answers  


Struts follows which design patterns?

4 Answers   IGT,


Can you explain struts.properties in struts2?

1 Answers  


What is the purpose of @after annotation?

1 Answers  


Which components are available using actioncontext map?

1 Answers  


What is dispatch action class?

1 Answers  


Why do the struts tags provide for so little formatting?

1 Answers  


Categories