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