public class GuardianELContext
extends javax.el.ELContext
| Constructor and Description |
|---|
GuardianELContext(javax.el.FunctionMapper functionMapper,
javax.el.VariableMapper variableMapper,
javax.el.ELResolver... resolvers) |
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver() |
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
public GuardianELContext(javax.el.FunctionMapper functionMapper,
javax.el.VariableMapper variableMapper,
javax.el.ELResolver... resolvers)
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 © 2019. All rights reserved.