org.apache.beehive.netui.core.chain
Interface Context

All Superinterfaces:
Map
All Known Implementing Classes:
ContextBase, WebChainContext

public interface Context
extends Map

Marker interface that extends Map to provide key / value pairs of contextual information when executing a chain of commands.


Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Method Summary
 
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values