Provide access to a Map of Cookies in WebContext through a new getCookies()
method.
I'm attaching a patch which includes:
- updated WebContext interface to include new getCookies() method
- updated PortletWebContext implementation
- updated ServletWebContext implementation
- updated FacesWebContext implementation
- new ServletCookieMap class
- updated tests