public class ELContextWrapper
extends ELContext
| Constructor and Description |
|---|
ELContextWrapper(ELContext parent,
ELResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext(Class key) |
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
VariableMapper |
getVariableMapper() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
public ELContextWrapper(ELContext parent,
ELResolver resolver)
parent - public ELResolver getELResolver()
public FunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public void putContext(Class key, Object contextObject)
key - contextObject - javax.el.ELContext#putContext(java.lang.Class, java.lang.Object)public Locale getLocale()
public void setLocale(Locale locale)
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.