Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.expression
Class Context

java.lang.Object
  extended by org.nuxeo.runtime.expression.Context
All Implemented Interfaces:
org.apache.commons.jexl.JexlContext

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

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
clone, equals, finalize, 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 Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.