public class CandiELContext extends ELContext
| Constructor and Description |
|---|
CandiELContext(InjectManager manager)
Creates the resolver
|
| Modifier and Type | Method and Description |
|---|---|
ELResolver |
getELResolver() |
FunctionMapper |
getFunctionMapper() |
VariableMapper |
getVariableMapper() |
java.lang.String |
toString() |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedpublic CandiELContext(InjectManager manager)
public ELResolver getELResolver()
getELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContextpublic java.lang.String toString()
toString in class java.lang.Object