Class SuggestionContext

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.nuxeo.ecm.platform.suggestbox.service.SuggestionContext
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class SuggestionContext extends HashMap<String,Object>
Base class and default implementation for passing contextual information to the suggestion service. This is primarily a hash map to store arbitrary context element that might be useful for suggester along with a few mandatory and common optional attributes for direct access.
Author:
ogrisel
See Also: