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) |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedpublic ELResolver getELResolver()
getELResolver in class ELContextpublic MapBasedFunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic ValueExpression setVariable(String name, ValueExpression expression)
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved