what is a RequestProcessor?

Answers were Sorted based on User's Feedback



what is a RequestProcessor?..

Answer / chandana

RequestProcessor is a class which takes care of calling the
Actions by getting the information from scope stored by
ActionServlet.

Is This Answer Correct ?    11 Yes 1 No

what is a RequestProcessor?..

Answer / 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

what is a RequestProcessor?..

Answer / bikram kumar nayak

When a request comes to the actionservlet ,action servlet
is a simple servlet which includes doget and dopost methods
within the methods Process is called .

the process method is called from requestprocessor which is
responcible for handling the requests and reply the
responce to the client

Is This Answer Correct ?    6 Yes 0 No

what is a RequestProcessor?..

Answer / ramaiah

Request processor is a class which is responsible for
handling req and res it is provided by struts frame work.

Is This Answer Correct ?    7 Yes 3 No

what is a RequestProcessor?..

Answer / karnakar

request processor is helper class for action
servlet ,action servlet trapse the request from
clint,requestprocessor process that request,in request
processor we methods like
isUserinrole,processMulitipart,processpreProcess,we can
iplment the methods in which we r intrested,then request is
send to appropriate action class

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More Struts Interview Questions

What is the purpose of @conversion?

0 Answers  


What does validation interceptor?

0 Answers  


What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?

0 Answers  


which MVC architecture struts follows and why?

6 Answers   IBM,


What does i18n interceptor?

0 Answers  






Who wrote struts?

0 Answers  


how to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc

1 Answers  


Can a reducer dispatch an action?

0 Answers  


What’s the utilization of struts.xml configuration file?

0 Answers  


How the exceptions are handled in struts?

0 Answers  


What is the purpose of action-mappings tag in struct-config.xml?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


Categories