public class ParsingElContext
extends javax.el.ELContext
ELContext used during parsings.
Currently this implementation does nothing, but a non-null implementation of the ELContext interface is required by the ExpressionFactory when create value- and methodexpressions.ExpressionManager.createExpression(String),
ExpressionManager#createMethodExpression(String)| Constructor and Description |
|---|
ParsingElContext() |
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
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.ELContextCopyright © 2010–2018 Alfresco. All rights reserved.