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
Why use struts framework in java?
What is action class? What are the types of action class?
Is there a particularly good ide to use with struts?
Why it called struts?
What is actioninvocation in struts2?
What is an interceptor stack?
How can we write our own interceptor and map it for action?
What is actionmapping?
What is the different actions available in struts?
How the flow of various requests happens in struts application?
How tag libraries are defined in Struts?
State an example of struts configuration file as an action parameter for action servlet.
What do struts do?
What is jakarta struts framework?
What is the purpose of @before?