what is request processor class ?

Answer Posted / sekgar

Request processor is a class which is under the controller
layer.this class is uesd to acces the client request from
the actionServlet process the req and then dispatches to the
next layer i.e Model(Action class).Finally Action class
calls the execute() and and it return the ActionForward to
client.

Is This Answer Correct ?    30 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many instances of servlet usually run in a struts application ?

756


Which model components are supported by Struts?

802


What is package name in struts xml?

775


Which technologies can be used at view layer in struts?

867


How does struts2 token work?

723


When do I need “struts.jar” on my classpath?

745


What is struts2 in java?

739


What are the major differences between html tags and strut specific html tags?

731


What is dispatch action class?

830


Explain about tiles?

803


How do I access token?

726


What are the various struts tag libraries?

725


Will the struts tags support other markup languages such as wml ?

758


Explain the necessity of empty tag?

789


Describe validate() and reset() methods.

788