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

Explain about the future of struts?

535


What is structs 2 validation framework?

566


What is the purpose of @after?

585


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

584


What is apache struts vulnerability?

545






What is the purpose of execute() method?

574


Can we integrate struts with spring?

591


How interceptor works in struts 2?

594


How is forward action used for integration?

572


How many struts config file in a struts application?

526


Can you explain struts validator framework?

576


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

569


What is the purpose of form-beans tag in struct-config.xml?

551


Name some of the features of struts2?

571


Why use struts framework in java?

552