If I have a request for a page containing portlets like this
www.foo.com/portal/page?something=bar
Is there a standard way to find the value of "something" parameter in a portlet ? There doesn't seem to be a way to access HttpServletRequest in JSR-286. Portals like LifeRay have their own utilities to do that but I'd love to have a standard way to do this.