Answer Posted / nagendra
RequestProcessor is an helper class to
ActionServlet(controller).
Actually ActionServlet is dummy all the work which is done
with the help of RequestProcessor using the method process()
ActionServlet is declarativly defined in web.xml and
RequstProcessor is an predefined class.
we can create our own RequstProcessor class
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Are actions thread safe?
Difference between html tags and struts specific html tags
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How struts2 supports internationalization?
What are the classes used as part of struts framework ?
What is struts2 namespace?
What is xml based validation in struts2?
Explain the components of struts?
How action mapping is configured in Struts?
Can you explain aware interfaces in struts2?
What is the purpose of @results?
Name the different types of actions found in struts.
What are the action classes in struts?
What are the core components of a struct2 based application?
What's the purpose of execute method of action class?