Interface IExtensionContext

All Superinterfaces:
Serializable

public interface IExtensionContext extends 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 Details

    • getValue

      Object getValue(String key)
      Get a cached value
      Parameters:
      key -
      Returns:
      cached value or null
    • setValue

      void setValue(String key, Object value)
      Cache a value
      Parameters:
      key -
      value -
    • clearContext

      void clearContext()
      Clear all cached values