Class PortletWebContext

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, Context

public class PortletWebContext extends WebContext
Concrete implementation of WebContext suitable for use in portlets. The abstract methods are mapped to the appropriate collections of the underlying portlet context, request, and response instances that are passed to the constructor (or the initialize method).
Author:
Craig R. McClanahan
See Also: