Answer Posted / karnakar
request processor is helper class for action
servlet ,action servlet trapse the request from
clint,requestprocessor process that request,in request
processor we methods like
isUserinrole,processMulitipart,processpreProcess,we can
iplment the methods in which we r intrested,then request is
send to appropriate action class
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of @after annotation?
Can you explain aware interfaces in struts2?
How the exceptions are handled in struts?
Is struts compatible with other java technologies?
Difference between struts and spring? Or why use spring, if you are already using struts?
Name some useful annotations introduced in Struts2?
What are action errors and error?
What are pull and push mvc architecture and which architecture does struts2 follow?
Give the details of xml files used in validator framework?
What are the conditions for actionform to work correctly?
Do I have to credit struts on my own website?
What are the reasons for an error message not being displayed while developing struts application?
Which configuration files are used in struts?
In which order struts framework searches for a message bundle?
How interceptor works in struts 2?