what is request processor class ?

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


Please Help Members By Posting Answers For Below Questions

What is the use of namespace in action mapping in Struts2?

656


Difference between struts and spring? Or why use spring, if you are already using struts?

617


What configurations are stored in struts configuration file ?

618


In how many ways duplicate form submission can occurs?

670


What is the apache struts vulnerability?

607






What is the purpose of interceptors?

631


What is Struts2?

720


What is strut web xml?

608


How to display validation errors on jsp page?

671


What is apache struts used for?

571


What is the purpose of @after annotation?

668


How is the mvc design pattern used in struts framework?

592


How struts control data flow?

618


What do you mean by action errors and what are the results they force?

677


Describe the two types of formbeans.

664