java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.apache.commons.chain.impl.ContextBase
org.apache.commons.chain.web.WebContext
All Implemented Interfaces:
Context, Map, Serializable, Cloneable
Direct Known Subclasses:
ServletWebContext, FacesWebContext, PortletWebContext
Abstract base implementation of org.apache.commons.chain.Context that provides web based applications that use it a "generic" view of HTTP related requests and responses, without tying the application to a particular underlying Java API (such as servlets). It is expected that a concrete subclass of WebContext for each API (such as org.apache.commons.chain.web.servlet.ServletWebContext ) will support adapting that particular API's implementation of request and response objects into this generic framework.
The characteristics of a web request/response are made visible via a series of JavaBeans properties (and mapped to read-only attributes of the same name, as supported by ContextBase .
Craig
- R. McClanahan$
- Revision: 480477 $ $Date: 2006-11-29 08:34:52 +0000 (Wed, 29 Nov 2006) $Method from org.apache.commons.chain.web.WebContext Summary: |
---|
getApplicationScope, getCookies, getHeader, getHeaderValues, getInitParam, getParam, getParamValues, getRequestScope, getSessionScope |
Methods from org.apache.commons.chain.impl.ContextBase: |
---|
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
Methods from java.util.HashMap: |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods from java.util.AbstractMap: |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods from java.lang.Object: |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.commons.chain.web.WebContext Detail: |
---|
Return a mutable |
Return an immutable |
Return an immutable |
Return an immutable |
Return an immutable |
Return an immutable |
Return an immutable |
Return a mutable |
Return a mutable |