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
Is Struts Framework part of J2EE?
What are the features of struts 2?
Why use spring, if you are already using struts?
How is the action mapping specified?
Explain design patterns which is used in struts?
Will the struts tags support other markup languages such as wml ?
What is the purpose of @before?
What is the purpose of @beforeresult?
What is the purpose of form-beans tag in struct-config.xml?
How is forward action used for integration?
What are disadvantages of Struts?
What is the use of token interceptor in Struts2?
How can we handle exceptions thrown by application in Struts2?
What is the different actions available in struts?
What is the naming convention for a resource bundle file in struts2?