Nuxeo Enterprise Platform 5.4

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 javax.el.ELContext


Constructor Summary
EvaluationContext(javax.el.ELContext elContext, javax.el.FunctionMapper fnMapper, javax.el.VariableMapper varMapper)
           
 
Method Summary
 java.lang.Object getContext(java.lang.Class key)
           
 javax.el.ELContext getELContext()
           
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 boolean isPropertyResolved()
           
 void putContext(java.lang.Class key, java.lang.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(javax.el.ELContext elContext,
                         javax.el.FunctionMapper fnMapper,
                         javax.el.VariableMapper varMapper)
Method Detail

getELContext

public javax.el.ELContext getELContext()

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class javax.el.ELContext

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class javax.el.ELContext

getContext

public java.lang.Object getContext(java.lang.Class key)
Overrides:
getContext in class javax.el.ELContext

getELResolver

public javax.el.ELResolver getELResolver()
Specified by:
getELResolver in class javax.el.ELContext

isPropertyResolved

public boolean isPropertyResolved()
Overrides:
isPropertyResolved in class javax.el.ELContext

putContext

public void putContext(java.lang.Class key,
                       java.lang.Object contextObject)
Overrides:
putContext in class javax.el.ELContext

setPropertyResolved

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.