Answer Posted / mukesh
Request processor is class which perform lots
tasks . These are following type
1) Process path : Determine the path that invoked
us.Which is used later for retrive ActionMapping.
2)ProcessLocale : Select a locale for this request if
one hasnt already benn selected place it in request.
3) ProcessContent : set the default content type for all
responce all request
4) ProcessMapping : adetermine the Actionampping
accociate with this path .
5) ProcessActionForm: instanciate the ActionForm associate
with mapping and place it into appropriate scope.
6) ProcessValidate : Perform validation on the ActionForm
associate with this request .
7) ProcessForward : If amppping represent a forward , it
forwards.
8) ProcessAction Perform () : This point action perfor
method called.
some more details can be on web
shan sing
sun microsystem.
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Is Struts Framework part of J2EE?
How is forward action used for integration?
How do you find the struts version being used in a project?
Give an alternative way to protect jsp’s with not much features from direct access.
Are struts thread safe?
What is action support class in struts2?
What is interceptor in Struts2?
What is actioninvocation in struts2?
How many action classes can be used in struts application?
Whats the difference between the default namespace and the root namespace?
Can we have more than one struts-config.xml file for a single struts application?
What is the use of form bean in struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What are pull and push mvc architecture and which architecture does struts2 follow?
What do you mean by the abstract package in struts2, and what is its utilization?