Answer Posted / nagendra
RequestProcessor is an helper class to
ActionServlet(controller).
Actually ActionServlet is dummy all the work which is done
with the help of RequestProcessor using the method process()
ActionServlet is declarativly defined in web.xml and
RequstProcessor is an predefined class.
we can create our own RequstProcessor class
Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the use of namespace in action mapping in Struts2?
Difference between struts and spring? Or why use spring, if you are already using struts?
What configurations are stored in struts configuration file ?
In how many ways duplicate form submission can occurs?
What is the apache struts vulnerability?
What is the purpose of interceptors?
What is Struts2?
What is strut web xml?
How to display validation errors on jsp page?
What is apache struts used for?
What is the purpose of @after annotation?
How is the mvc design pattern used in struts framework?
How struts control data flow?
What do you mean by action errors and what are the results they force?
Describe the two types of formbeans.