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
What are the life cycle methods of interceptor?
What is strut web xml?
How can link tag’s action attribute be used?
How does interceptor work in struts2?
Give an example where struts tiles may be used?
What are struts in java?
What is spring hibernate and struts in java?
What is ognl?
What’s the difference between struts and turbine?
What does execandwait interceptor?
Which file is used by controller to get mapping information for request routing?
Is struts efficient?
Can you explain aware interfaces in struts2?
Explain about struts dispatch action?
What are the applications of struts?