public class ExpressionContext extends javax.el.ELContext
Modifier and Type | Field and Description |
---|---|
protected javax.el.FunctionMapper |
functionMapper |
protected javax.el.ELResolver |
resolver |
protected javax.el.VariableMapper |
variableMapper |
Constructor and Description |
---|
ExpressionContext() |
Modifier and Type | Method and Description |
---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
protected final javax.el.ELResolver resolver
protected final javax.el.FunctionMapper functionMapper
protected final javax.el.VariableMapper variableMapper
public ExpressionContext()
public javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
Copyright © 2015 Nuxeo SA. All rights reserved.