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

What is spring hibernate and struts in java?

0 Answers  


Explain about struts dispatch action?

0 Answers  


its a ActionForm controller or model?

16 Answers   Patni, TCS, Wipro,


struts 1.3 features?

1 Answers   Integra, Zensar,


is it necessary to write struts-confing.xml ,what tags are important in that xml file?

2 Answers  






What is the purpose of struts.xml in struct2?

0 Answers  


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

1 Answers  


What are struts in java?

0 Answers  


Can u call Action class methods fro struts-config.xml file?

2 Answers   iGate,


how to write my own Action servlet by extending pre-defined Action servlet in struts config.

2 Answers   Sony,


Which interceptor is responsible for mapping request parameters to action class Java Bean properties?

0 Answers  


How can we handle exceptions thrown by application in Struts2?

0 Answers  


Categories