Home » commons-chain-1.2-src » org.apache.commons » chain » impl » [javadoc | source]
org.apache.commons.chain.impl
public class: TestContext [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.util.HashMap
         org.apache.commons.chain.impl.ContextBase
            org.apache.commons.chain.impl.TestContext

All Implemented Interfaces:
    Context, Map, Serializable, Cloneable

Subclass of ContextBase to exercize the automatic delegation to properties of the Context class.
Method from org.apache.commons.chain.impl.TestContext Summary:
getReadOnly,   getReadWrite,   returnWriteOnly,   setReadWrite,   setWriteOnly
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.impl.TestContext Detail:
 public String getReadOnly() 
 public String getReadWrite() 
 public String returnWriteOnly() 
 public  void setReadWrite(String readWrite) 
 public  void setWriteOnly(String writeOnly)