Can we override the ActionServlet?
Answer Posted / vivek dubey
Yes we can modify the functionality of Action Servlet.
to do this we have to extend the RequestProcessor class and
overwrite the processPreprocess method.
and then add following tag in Struts-config.xml
<processor
className="org.abc.comp.ExtendedRequestProcessorClass"/>
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
Explain how to improve Servlet Performance?
What is preinitialization of a servlet?
What is difference between server and servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What is servlet mapping?
What is life cycle of Servlet?
Define servlet mapping?
Describe in brief RequestDespatcher?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What do you mean by servlet?
Why do you use session tracking in httpservlet?
How servlet is created?
What are the phases of a servlet life cycle?
What are the functions of Servlet container?
What exactly are the functions of servlet?