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 |
---|---|
Object |
getContext(Class key) |
javax.el.ELContext |
getELContext() |
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
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.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public boolean isPropertyResolved()
isPropertyResolved
in class javax.el.ELContext
public void setPropertyResolved(boolean resolved)
setPropertyResolved
in class javax.el.ELContext
Copyright © 2006–2018 TinyGroup. All rights reserved.