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
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Does struts include its own unit tests?
What are action classes in struts?
What is the use of Struts.xml configuration file?
What is action class?
Does apache struts run on windows?
What is the purpose of redirect result type?
how does request processor relates to action mapping?
What is dispatchaction?
Explain integrate log4j in struts2 application?
How many action classes can be used in struts application?
What configuration files are used in struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What inbuilt themes are provided by struts2?
how to connect from struts to database through hibernet and where u can modify the class