Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.actions.elcache
Class Context

java.lang.Object
  extended by org.nuxeo.ecm.platform.actions.elcache.Context
All Implemented Interfaces:
org.apache.commons.jexl.JexlContext

public class Context
extends Object
implements org.apache.commons.jexl.JexlContext

Since:
5.4.3 - moved from runtime
Author:
Bogdan Stefanescu, Ruslan Spivak

Constructor Summary
Context()
           
Context(Map<String,Object> map)
           
 
Method Summary
 Map<String,Object> getVars()
           
 void put(String key, Object value)
           
 void setVars(Map vars)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()

Context

public Context(Map<String,Object> map)
Method Detail

getVars

public Map<String,Object> getVars()
Specified by:
getVars in interface org.apache.commons.jexl.JexlContext

setVars

public void setVars(Map vars)
Specified by:
setVars in interface org.apache.commons.jexl.JexlContext

put

public void put(String key,
                Object value)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.