Wrapper object exposing a
PortletRequest as a
HttpServletRequest instance.
Clients accessing this request object will in fact operate on the
PortletRequest object wrapped by this request object.
Gets the property names from the
PortletRequest . Note that a
PortletRequest is not
guaranteed to map properties to headers.
See Also: PortletRequest.getPropertyNames See Also:javax.servlet.http.HttpServletRequest.getHeaderNames
Gets the values for the specified property from the
PortletRequest . Note that a
PortletRequest is not guaranteed to map properties to headers.
See Also: PortletRequest.getProperties(String) See Also:HttpServletRequest.getHeaders(String)
A
PortletRequest has no servlet path. But for compatibility with Struts 2 components and
interceptors, the action parameter on the request is mapped to the servlet path.
See Also:javax.servlet.http.HttpServletRequest.getServletPath