Package com.axemble.vdoc.sdk.interfaces
Interface IExtensionContext
- All Superinterfaces:
- Serializable
The IExtensionContext interface is used on the protocol URI classes to store data temporary
 The context will be cleared once the treatment has ended.
 The protocolURI class will need the useContext attribute set to true in the protocol URI definition
- Since:
- 1.0, 07/12/2010
- Author:
- omenuel
- 
Method Summary
- 
Method Details- 
getValueGet a cached value- Parameters:
- key-
- Returns:
- cached value or null
 
- 
setValueCache a value- Parameters:
- key-
- value-
 
- 
clearContextvoid clearContext()Clear all cached values
 
-