Package de.businesscode.bcdui.el
Class StandardELContext
- java.lang.Object
-
- javax.el.ELContext
-
- de.businesscode.bcdui.el.StandardELContext
-
public class StandardELContext extends javax.el.ELContext
-
-
Constructor Summary
Constructors Constructor Description StandardELContext()
StandardELContext(java.lang.String prefix, java.lang.Class<?> staticFunctionProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ELResolver
getELResolver()
javax.el.FunctionMapper
getFunctionMapper()
javax.el.VariableMapper
getVariableMapper()
-
Methods inherited from class javax.el.ELContext
addEvaluationListener, convertToType, enterLambdaScope, exitLambdaScope, getContext, getEvaluationListeners, getImportHandler, getLambdaArgument, getLocale, isLambdaArgument, isPropertyResolved, notifyAfterEvaluation, notifyBeforeEvaluation, notifyPropertyResolved, putContext, setLocale, setPropertyResolved, setPropertyResolved
-
-
-
-
Method Detail
-
getVariableMapper
public javax.el.VariableMapper getVariableMapper()
- Specified by:
getVariableMapper
in classjavax.el.ELContext
-
getFunctionMapper
public javax.el.FunctionMapper getFunctionMapper()
- Specified by:
getFunctionMapper
in classjavax.el.ELContext
-
getELResolver
public javax.el.ELResolver getELResolver()
- Specified by:
getELResolver
in classjavax.el.ELContext
-
-