public final class ELContextWrapper
extends jakarta.el.ELContext
| Constructor and Description |
|---|
ELContextWrapper(jakarta.el.ELContext target,
jakarta.el.FunctionMapper fnMapper) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext(Class key) |
jakarta.el.ELResolver |
getELResolver() |
jakarta.el.FunctionMapper |
getFunctionMapper() |
Locale |
getLocale() |
jakarta.el.VariableMapper |
getVariableMapper() |
boolean |
isPropertyResolved() |
void |
putContext(Class key,
Object contextObject) |
void |
setLocale(Locale locale) |
void |
setPropertyResolved(boolean resolved) |
public ELContextWrapper(jakarta.el.ELContext target,
jakarta.el.FunctionMapper fnMapper)
public jakarta.el.ELResolver getELResolver()
getELResolver in class jakarta.el.ELContextpublic jakarta.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class jakarta.el.ELContextpublic jakarta.el.VariableMapper getVariableMapper()
getVariableMapper in class jakarta.el.ELContextpublic Locale getLocale()
getLocale in class jakarta.el.ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class jakarta.el.ELContextpublic void putContext(Class key, Object contextObject) throws NullPointerException
putContext in class jakarta.el.ELContextNullPointerExceptionpublic void setLocale(Locale locale)
setLocale in class jakarta.el.ELContextpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class jakarta.el.ELContextCopyright © 2022 JBoss by Red Hat. All rights reserved.