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
Are actions thread safe?
What are interceptors in struts 2?
What is the role of action class?
What is the purpose of @beforeresult?
Is Struts Framework part of J2EE?
What is struts in java with example?
What’s the utilization of resource bundle properties file in struts validation structure?
What are the classes used as part of struts framework ?
Is struts mvc framework?
In how many ways duplicate form submission can occurs?
How many action classes can be used in struts application?
What are the two scope types for formbeans?
What is the purpose of @emailvalidator?
How can duplicate form submission be handled in struts 2?
What is the role of a handler in mvc based applications?