Class ServletWebContext

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

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