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 cons of struts 2?

784


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

745


How to upload struts file?

819


How can we handle exceptions thrown by application in Struts2?

735


What inbuilt themes are provided by struts2?

821


What is the role of action class?

792


What are the aware interfaces in struts2?

759


Do you need an alignment after replacing struts?

765


What's the purpose of execute method of action class?

723


What is the difference between requestaware and servletrequestaware interface?

815


How you will enable front-end validation based on the xml in validation.xml?

798


How client side validation is enabled on a jsp form?

792


How are interceptors and servlet filters different?

716


Name some useful annotations introduced in Struts2?

738


How we can install struts?

749