com.sun.el.lang
Class EvaluationContext

java.lang.Object
  extended by ELContext
      extended by com.sun.el.lang.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 java.lang.Object
clone, equals, finalize, 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()

getVariableMapper

public VariableMapper getVariableMapper()

getContext

public Object getContext(Class key)

getELResolver

public ELResolver getELResolver()

isPropertyResolved

public boolean isPropertyResolved()

putContext

public void putContext(Class key,
                       Object contextObject)

setPropertyResolved

public void setPropertyResolved(boolean resolved)


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.