public class CapturingELContext
extends javax.el.ELContext
Constructor and Description |
---|
CapturingELContext(javax.el.ELContext parent,
Map<Object,GraphValidatorState> states) |
Modifier and Type | Method and Description |
---|---|
Object |
getContext(Class key) |
ValueDescriptor |
getDescriptor() |
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
ValueReference |
getReference() |
javax.el.ValueExpression |
getReferenceExpression() |
javax.el.VariableMapper |
getVariableMapper() |
boolean |
hasReferenceExpression() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
public CapturingELContext(javax.el.ELContext parent, Map<Object,GraphValidatorState> states)
public ValueReference getReference()
public boolean hasReferenceExpression()
public javax.el.ValueExpression getReferenceExpression()
public ValueDescriptor getDescriptor()
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public Locale getLocale()
getLocale
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public void putContext(Class key, Object contextObject)
putContext
in class javax.el.ELContext
public void setLocale(Locale locale)
setLocale
in class javax.el.ELContext
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.