Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.binding
Class EvaluationContext

java.lang.Object
  extended by javax.el.ELContext
      extended by org.nuxeo.ecm.platform.ui.web.binding.EvaluationContext

public final class EvaluationContext
extends ELContext


Constructor Summary
EvaluationContext(ELContext elContext, FunctionMapper fnMapper, VariableMapper varMapper)
           
 
Method Summary
 Object getContext(Class key)
           
 ELContext getELContext()
           
 ELResolver getELResolver()
           
 FunctionMapper getFunctionMapper()
           
 VariableMapper getVariableMapper()
           
 boolean isPropertyResolved()
           
 void putContext(Class key, Object contextObject)
           
 void setPropertyResolved(boolean resolved)
           
 
Methods inherited from class javax.el.ELContext
getLocale, setLocale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationContext

public EvaluationContext(ELContext elContext,
                         FunctionMapper fnMapper,
                         VariableMapper varMapper)
Method Detail

getELContext

public ELContext getELContext()

getFunctionMapper

public FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class ELContext

getVariableMapper

public VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class ELContext

getContext

public Object getContext(Class key)
Overrides:
getContext in class ELContext

getELResolver

public ELResolver getELResolver()
Specified by:
getELResolver in class ELContext

isPropertyResolved

public boolean isPropertyResolved()
Overrides:
isPropertyResolved in class ELContext

putContext

public void putContext(Class key,
                       Object contextObject)
Overrides:
putContext in class ELContext

setPropertyResolved

public void setPropertyResolved(boolean resolved)
Overrides:
setPropertyResolved in class ELContext

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.