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
Can I have html form property without associated getter and setter formbean methods?
What is role of actionservlet?
How many struts config file can be created in struts?
How we can configured action mapping in struts?
Which design pattern is implemented by Struts2 interceptors?
What is the purpose of @before?
Who makes the struts?
What is the forward action utilized for?
What is action servlet in struts?
What are the aware interfaces in struts2?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
What is jakarta struts framework?
How an actionform bean is created?
Are interceptors thread safe?
What is the difference between struts and spring?