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 ValueStack and OGNL?

648


Can you explain struts validator framework?

665


what is meant by Struts Validator Framework?

647


What is the purpose of @action annotation?

654


Name the different types of actions found in struts.

644






What is the purpose of @before?

644


What is the purpose of @results?

670


Give an alternative way to protect jsp’s with not much features from direct access.

639


What is action chaining ?

735


Can a reducer dispatch an action?

585


Who makes the struts?

632


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

638


Can we use struts and spring together?

618


Why do we use struts?

692


Are the struts tags xhtml compliant ?

625