Documenting HttpServletRequest

Posted: December 20th, 2009 | Author: | Filed under: Programming | Tags: , , , | Comments Off

For such a core object the HttpServletRequest javadoc is a little lacking in the Examples Dept. when it comes to documented output. With various methods returning various parts of URLs, it’s often easy to pick the wrong one, so I thought I’d knock up a little table with the getters which trip me up sometimes. Read the rest of this entry »