what is request processor class ?

Answer Posted / karthick

In struts the Action servlet serves as a front controller
where it receives all the request from the client. All those
requests are delegated to the RequestProcessor class. In
this class process method will be invoked with httprequest
and response objects.
This method has so many method calls to populate the forms,
associating the request to the proper mapping etc.

For more details
:http://www.onjava.com/pub/a/onjava/2004/11/10/ExtendingStruts.html

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of i18n interceptor?

538


In struts, how can we access java beans and their properties?

555


What do you mean by actionmapping?

530


Explain integrate log4j in struts2 application?

566


Explain about the validation steps which have to be carried during validation of client-side address?

537






What are the two scope types for formbeans?

606


What do you mean by dynaactionform?

548


What’s the utilization of struts.xml configuration file?

535


What do you mean by tiles in struts?

540


What is controller in struts ?

528


What is the purpose of @key annotation annotation?

592


What is the difference between struts and spring?

519


Is struts action class singleton?

548


What is struts 2 framework in java?

539


What is the purpose of @results annotation?

712