PortletRequestWrapper
provides a convenient implementation of the PortletRequest
interface and is extended by other request wrappers. This class implements the Wrapper or Decorator pattern. Methods default to calling through to the wrapped request object.
@since 2.0
@see PortletRequest
|
|