What is the use of RequestProcessor, if we are having
ActionServlet in struts
Answer Posted / nitilaksha m shetty
The RequestProcessor is a helper class instantiated and used
by ActionServlet to process each request that comes in. The
RequestProcessor actually does most of the work involved
when a request comes in and a response goes out. The
ActionServlet(org.apache.struts.action.ActionServlet) is
invoked each time an incoming HTTP request is received. It
then calls the
RequestProcessor(org.apache.struts.action.requestProcessor)
to determine which form bean to instantiate and which action
class to call based on the contents of your
struts-config.xml file.
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is jlayeredpane java?
What is a web container in j2ee?
What is javafx java?
Why is java robust?
Define authorization constraint?
What is context attribute?
What is the build file?
Which java ide is best?
What are the advantages in the use of spring for application development?
What do you mean by the deployment descriptor?
What is java application server?
What is non primitive data type in java?
How do you make a class immutable in java?
Why is java important for internet?
On which platform j2ee is based?