public interface RenderingContext extends Map<String,Object>, Adaptable, Serializable
The org.nuxeo.runtime.model.Adaptable interface may be used to add adapting capabilities to context objects. This may be used to retrieve adapters to other type of contexts (like the freemarker one).
Modifier and Type | Method and Description |
---|---|
boolean |
accept(RenderingEngine engine)
Either or not this rendering context accepts the given engine.
|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
getAdapter
boolean accept(RenderingEngine engine)
If the engione is not acepted it will be ignored by the rendering service when processing this context
engine
- the engine to testCopyright © 2014 Nuxeo SA. All Rights Reserved.