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 are the pros of struts 2?

558


Name the different types of actions found in struts.

556


What is the purpose of @beforeresult annotation?

573


How can we display all validation errors to user on jsp page?

647


What is the difference between filters and interceptors ?

497






Who makes the struts?

545


What is the purpose of @before annotation?

585


What is actioncontext?

549


How struts2 supports internationalization?

652


Why we use struts over servlets?

522


Name some useful annotations introduced in Struts2?

530


What is apache struts vulnerability?

545


Explain architecture of struts2?

587


What is action chaining ?

634


How many action classes can be used in struts application?

509