Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTOR_CONTEXT |
Constructor and Description |
---|
AlmELContext() |
Modifier and Type | Method and Description |
---|---|
abstract javax.el.ValueExpression |
createValueExpression(java.lang.String expression, java.lang.Class expectedType) |
abstract javax.el.ELResolver |
getELResolver() |
abstract javax.el.FunctionMapper |
getFunctionMapper() |
abstract javax.el.VariableMapper |
getVariableMapper() |
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRenderingContext, getSourceComponent, setRenderingContext, setSourceComponent
public static final java.lang.String CONNECTOR_CONTEXT
public abstract javax.el.ELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public abstract javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public abstract javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
public abstract javax.el.ValueExpression createValueExpression(java.lang.String expression, java.lang.Class expectedType)