How to get standard parameter from URL

ARK <[email protected]> Mon, 10 Mar 2008 00:47:04 +0800
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <1205081224.13085.7.camel@IBM>
Now I have a requirement that I need to get the parameter from the URL.
For example:
http://localhost:8080/pluto/portal/__ws0x3pluto0x2AboutPortlet!
510736053|0_maximized?update=true

I want the get parameter 'update' and it's value 'true' in the pluto
container. I try to get it in the
PortletEnvironmentService->createRenderRequest, but the
request.getParameter() or request.getParameterValue() doesn't help.

Is there a way to doing this?