what is request processor class ?

Answer Posted / samba

in RequestProcessor we have process()
this process method used to process the enduser request
and it is called by the action servlet doget()or dopost()
method by default it work one way
if u want change the flow of the application before
invoking our action classes we to implent the
requestprocess class

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the flow of various requests happens in struts application?

784


What is actionmapping?

863


What is the role of action class in struts?

777


What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

816


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

855


How to combine the struts with velocity template?

717


What is the use of struts?

751


What is the purpose of @result?

826


Explain about logic match tag?

825


How we can controlled duplicate form submission in struts?

729


What configuration changes are required to use Tiles in Struts?

789


What are the 5 constants of action interface?

796


How client side validation is enabled on a jsp form?

801


What is front controller in struts2?

775


What is action support class in struts2?

781