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 the difference between struts1 and struts2?

516


What is apache struts framework?

524


What is actionmapping?

598


What configurations are stored in struts configuration file ?

534


What is interceptor struts2?

534






What is the forward action utilized for?

552


What do you know about validation plugin ?

514


List some struts tag libraries?

561


What are the bundled validators?

591


What do you mean by a custom tag?

543


What’s the difference between struts and turbine? What’s the difference between struts and espresso?

526


What is form bean in struts?

514


What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?

568


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

576


Explain about struts relation to html tags?

554