servlet
servlet copied to clipboard
HttpServletRequest and changes to attributes event
Are HttpServletRequest methods:
- setAttribute
- removeAttribute
missing javadoc regarding ServletRequestAttributeListener behavior just like ServletContext specifies it for the same methods and ServletContextAttributeListener?
The methods are on ServletRequest but otherwise, yes, I think it would be useful to mention the listeners.