what is request processor class ?

Answer Posted / sekgar

Request processor is a class which is under the controller
layer.this class is uesd to acces the client request from
the actionServlet process the req and then dispatches to the
next layer i.e Model(Action class).Finally Action class
calls the execute() and and it return the ActionForward to
client.

Is This Answer Correct ?    30 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the steps required for setting up validator framework in struts?

574


What are the classes used in struts?

636


How you will display validation fail errors on jsp page?

552


Which technologies can be used at view layer in struts?

657


Do I have to credit struts on my own website?

543






What is the use of forwardaction?

560


Are interceptors thread safe?

581


What does modeldriven interceptor?

599


What is the purpose of @requiredstringvalidator annotation?

541


What is includeaction?

590


What do you mean by tiles in struts?

550


What are the sections into which a strut configuration file can be divided?

566


Can we integrate struts with spring?

604


Which interceptor is responsible for file upload support?

589


What is action chaining ?

652