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
-
getValue
Get a cached value- Parameters:
key
-- Returns:
- cached value or null
-
setValue
Cache a value- Parameters:
key
-value
-
-
clearContext
void clearContext()Clear all cached values
-