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
How can you push data from an Applet to a Servlet?
Write a program to show the functionality of doget and dopost method?
What is servlet mapping?
Write a program to show the functionality of servlets.
What is a servlet engine?
What are all the ways for session tracking?
Why are http servlets used in programming?
Which event is fired at the time of session creation and destroy?
What do you mean by interservlet communication?
What are the jobs performed by servlets?
When to use doget() and when dopost()?
Who is responsible for writing a constructor?
What are the uses of servlets?
Write the code to get the server information in servlet.
Explain the lifecycle of a servlet?