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
What is the purpose of @customvalidator annotation?
What is token used for?
How the flow of various requests happens in struts application?
What are the action classes in struts?
how to connect from struts to database through hibernet and where u can modify the class
What do you mean by actionform?
How the exceptions are handled in struts?
What’s the utilization of struts.xml configuration file?
What are the loop holes of struts?
What are best practices to follow while developing Struts2 application?
Which configuration file is used for storing jsp configuration information in struts?
What is apache struts cve 2017 5638?
How to convert struts to spring mvc?
What is purpose of execandwait interceptor?
What is the purpose of @key annotation annotation?