public final class ELContextWrapper
extends javax.el.ELContext
| Constructor | Description |
|---|---|
ELContextWrapper(javax.el.ELContext target,
javax.el.FunctionMapper fnMapper) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getContext(java.lang.Class key) |
Obtain the context object for the given key.
|
javax.el.ELResolver |
getELResolver() |
|
javax.el.FunctionMapper |
getFunctionMapper() |
|
java.util.Locale |
getLocale() |
|
javax.el.VariableMapper |
getVariableMapper() |
|
boolean |
isPropertyResolved() |
|
void |
putContext(java.lang.Class key,
java.lang.Object contextObject) |
Add an object to this EL context under the given key.
|
void |
setLocale(java.util.Locale locale) |
|
void |
setPropertyResolved(boolean resolved) |
public ELContextWrapper(javax.el.ELContext target,
javax.el.FunctionMapper fnMapper)
public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextpublic javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextpublic javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextpublic java.lang.Object getContext(java.lang.Class key)
javax.el.ELContextgetContext in class javax.el.ELContextkey - The key of the required context objectpublic java.util.Locale getLocale()
getLocale in class javax.el.ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class javax.el.ELContextpublic void putContext(java.lang.Class key,
java.lang.Object contextObject)
throws java.lang.NullPointerException
javax.el.ELContextputContext in class javax.el.ELContextkey - The key under which to store the objectcontextObject - The object to addjava.lang.NullPointerException - If the supplied key or context is nullpublic void setLocale(java.util.Locale locale)
setLocale in class javax.el.ELContextpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class javax.el.ELContextCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.