Answer Posted / teja
Class is the actual place where the request processing
takes place in a Struts controller environment.
When the request object first reaches the actionservlet
class then it invokes the process method of the underlying
RequestProcessor Class.
This process method then looks into the struts-config.xml
file and tries to locate the name of the action that has
come with the request.Once it identifies the action in the
xml file it continues the rest of the steps needed for
request processing.
processor has most of the following responsibilities:
1.Determine path,
2.Handle Locale,
3.Process content and encoding type,
4.Process cache headers
5.Pre Processing hook
6.Pre-processing hook,
7.Determine mapping,
8.Determine roles,
9.Process and validate actionForm,
10.Return a response
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the role of action class?
What is the use of form bean in struts?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is dispatch action class?
What are the core classes of the struts framework?
Mark the differences between html tags and strut specific html tags.
What is the purpose of @before?
What is s token?
What is struts?
What is the purpose of form-beans tag in struct-config.xml?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is struts framework?
What is the purpose of plug-in tag in struct-config.xml?
Are struts still used?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?