Answer Posted / shahnawaz sheikh
"org.apache.action.ActionServlet" is responsible for
handling all HTTP Requests. ActionServlet is responsible
for configuring your application using struts configuration
file.
After that it calls RequestProcessor which is
responsible for processing content type,mapping,forward and
many other methods.Its duty is to process request i.e fetch
appropiate action from Struts configuration file as per the
request and assigning bean to appropiate ActinForm.
One can customize the way request are handled in
Struts by customizing RequestProcessor Class.
And finally our code begins ..... and controller and model
come into play to give resulting view.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are abstract functions?
What is a class variable?
How do you clear an arraylist in java?
What is the use of parse function in java?
Is string a wrapper class?
How to create an interface?
What is logical variable?
Which variable is the independent variable?
What is the difference between reader/writer and inputstream/output stream?
What is byte value?
What is type parameter in java?
Can we have this () and super () together?
Is intellij better than eclipse?
Name container classes in java programming?
Mention the default values of all the elements of an array defined as an instance variable.