Originally posted by Vimal Sharma: Do we register ServletRequestListener/class inside a <servlet> tag or outside ?
what is the ServletRequestListener/class?listener class configure in DD using <listener> element and outside the <servlet>
Vimal Sharma
Greenhorn
Joined: Oct 21, 2008
Posts: 4
posted
0
i meant the class(MyServletRequestListener) implementing ServletRequestListener interface. Will this object(MyServletRequestListener) be invoked for all the requests ? Can we make this object(MyServletRequestListener) be invoked only for the requests from a particular servlet by keeping <listener> tag inside <servlet> tag?
Originally posted by Vimal Sharma: Can we make this object(MyServletRequestListener) be invoked only for the requests from a particular servlet by keeping <listener> tag inside <servlet> tag?