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
How do struts work?
What is the purpose of struct-config.xml in struct2?
Give an alternative way to protect jsp’s with not much features from direct access.
What is the purpose of @key annotation annotation?
State an example of struts configuration file as an action parameter for action servlet.
Why we use struts in java?
What is difference between spring and struts?
Will the struts tags support other markup languages such as wml ?
How can we integrate log4j in Struts2 application?
Explain the components of struts?
How can we display validation errors on jsp page?
Can explain about the validations and in your project where did u used the validations?
Describe validate() and reset() methods.
What is the purpose of @result?
What is the flow of requests in struts based applications?