public class SimpleELContext
extends ELContext
| Constructor and Description |
|---|
SimpleELContext() |
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
getELResolver() |
MapBasedFunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
void |
setFunction(String prefix,
String localName,
Method method) |
ValueExpression |
setVariable(String name,
ValueExpression expression) |
public ELResolver getELResolver()
public MapBasedFunctionMapper getFunctionMapper()
public VariableMapper getVariableMapper()
public ValueExpression setVariable(String name, ValueExpression expression)
Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.