How do you customize ActionServlet?

Answers were Sorted based on User's Feedback



How do you customize ActionServlet?..

Answer / deepshikha beck

we need to override processPreprocess(resquest,response)
method of RequestProcessor class to customize action servlet

Is This Answer Correct ?    18 Yes 2 No

How do you customize ActionServlet?..

Answer / srinu

you customize ActionServlet from RequsetProcessor class.In
request process class one method is their that is
processPreprocess(request,response).we can override this
method we can achieve the customize ActionServlet.

Is This Answer Correct ?    5 Yes 0 No

How do you customize ActionServlet?..

Answer / raj

its for request processor

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Struts Interview Questions

why we are using vo,dao and dto design patterns in struts framework

3 Answers   Wipro,


What is the differnce between 2-tier architecture and 3- tier architecture in java?

3 Answers  


What is the purpose of @emailvalidator annotation?

0 Answers  


What's mvc pattern ?

0 Answers  


what is mean by custom tag?

5 Answers   Wipro,






What is the purpose of @intrangefieldvalidator annotation?

0 Answers  


What is difference between actionform and dynaactionform?

0 Answers  


what is request processor class ?

10 Answers   Fidelity,


What is struts framework?

0 Answers  


what is ACID test for fresh engineers??what is the pattern??

0 Answers  


What is struts in j2ee?

0 Answers  


How can you create your custom interceptor in struts 2?

0 Answers  


Categories