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
Where do you define dispatcherservlet?
Why do we have servlet wrapper classes?
What is servlet in simple terms?
What is the main purpose of java servlets?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How can we create deadlock situation in servlet?
What’s the use of the servlet wrapper classes??
how the HTML data stored in web server?
What is servlet initializer?
What is a generic servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Can you create a deadlock condition on a servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the use of servlet context?
What are the ways to handle multi-threading in servlets?