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 request processor and how does it relates to action mapping?
How to convert struts to spring mvc?
What is the purpose of '@keyproperty'?
What is an interceptor stack?
What is the role of action class?
What are the features of struts 2?
Describe the mvc on struts?
Mark the differences between html tags and strut specific html tags.
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the purpose of struts.properties in struct2?
What does apache struts do?
What is struts? Explain
How interceptor works in struts 2?