Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Created August 25, 2010 17:30
Show Gist options
  • Save sprohaszka/549922 to your computer and use it in GitHub Desktop.
Save sprohaszka/549922 to your computer and use it in GitHub Desktop.
Getting HttpServletRequest from RenderRequest
HttpServletRequest httpRequest = (HttpServletRequest) renderRequest.getAttribute(PortletServlet.PORTLET_SERVLET_REQUEST);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment