org.javagen.agile.core.context
Class DefaultContext
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.javagen.agile.core.context.DefaultContext
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>, Context, ContextHolder
public class DefaultContext
- extends HashMap<String,Object>
- implements Context, ContextHolder
Default implementation of a key-value Context.
- Author:
- Richard Easterling
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
DefaultContext
public DefaultContext()
getContext
public Context getContext()
- Specified by:
getContext in interface ContextHolder
- Returns:
- either a map instance populated with key-value pairs or null
Copyright 2006-2006-2007 Outsource Cafe Inc.. All Rights Reserved.