public class JSFELContext extends javax.el.ELContext
| Modifier and Type | Field and Description | 
|---|---|
| protected javax.el.ELContext | originalContext | 
| protected javax.el.VariableMapper | variableMapper | 
| Constructor and Description | 
|---|
| JSFELContext(javax.el.ELContext originalContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getContext(Class key) | 
| javax.el.ELResolver | getELResolver() | 
| javax.el.FunctionMapper | getFunctionMapper() | 
| Locale | getLocale() | 
| javax.el.VariableMapper | getVariableMapper() | 
| boolean | isPropertyResolved() | 
| void | putContext(Class key,
          Object contextObject) | 
| void | setLocale(Locale locale) | 
| void | setPropertyResolved(boolean resolved) | 
protected final javax.el.ELContext originalContext
protected final javax.el.VariableMapper variableMapper
public JSFELContext(javax.el.ELContext originalContext)
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 Object getContext(Class key)
getContext in class javax.el.ELContextpublic boolean isPropertyResolved()
isPropertyResolved in class javax.el.ELContextpublic void putContext(Class key, Object contextObject)
putContext in class javax.el.ELContextpublic void setPropertyResolved(boolean resolved)
setPropertyResolved in class javax.el.ELContextCopyright © 2017 Nuxeo. All rights reserved.