Class EnvironmentContext

java.lang.Object
java.util.AbstractMap<Class<?>,Object>
java.util.HashMap<Class<?>,Object>
org.exoplatform.services.rest.impl.EnvironmentContext
All Implemented Interfaces:
Serializable, Cloneable, Map<Class<?>,Object>

public class EnvironmentContext extends HashMap<Class<?>,Object>
Keeps objects from environment (e. g. servlet container) which can be passed in resource. Parameter must be annotated by Context.
Version:
$Id: $
Author:
Andrey Parfonov
See Also: