public final class EvaluationContext
extends javax.el.ELContext
| Constructor and Description |
|---|
EvaluationContext(javax.el.ELContext elContext,
javax.el.FunctionMapper fnMapper,
javax.el.VariableMapper varMapper) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public EvaluationContext(javax.el.ELContext elContext,
javax.el.FunctionMapper fnMapper,
javax.el.VariableMapper varMapper)
public javax.el.ELContext getELContext()
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic java.lang.Object getContext(java.lang.Class key)
getContext in class javax.el.ELContextpublic javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class javax.el.ELContextpublic void putContext(java.lang.Class key,
java.lang.Object contextObject)
putContext in class javax.el.ELContextpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class javax.el.ELContextCopyright (c) 1999-2011 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.