Documenting HttpServletRequest
Posted: December 20th, 2009 | Author: David | Filed under: Programming | Tags: api, httpservletrequest, java, reference | Comments OffFor 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 »