com.sun.el.lang
Class EvaluationContext
java.lang.Object
ELContext
com.sun.el.lang.EvaluationContext
public final class EvaluationContext
- extends ELContext
|
Constructor Summary |
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluationContext
public EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper)
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.