|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FunctionMapper | |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| javax.el | Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. |
| org.apache.jasper.compiler | |
| org.apache.jasper.runtime | |
| Uses of FunctionMapper in com.sun.el |
|---|
| Constructors in com.sun.el with parameters of type FunctionMapper | |
|---|---|
MethodExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
Class expectedType,
Class[] paramTypes)
|
|
ValueExpressionImpl(String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
Class expectedType)
|
|
| Uses of FunctionMapper in com.sun.el.lang |
|---|
| Subclasses of FunctionMapper in com.sun.el.lang | |
|---|---|
class |
FunctionMapperFactory
|
class |
FunctionMapperImpl
|
| Fields in com.sun.el.lang declared as FunctionMapper | |
|---|---|
protected FunctionMapper |
FunctionMapperFactory.target
|
| Methods in com.sun.el.lang that return FunctionMapper | |
|---|---|
FunctionMapper |
FunctionMapperFactory.create()
|
FunctionMapper |
EvaluationContext.getFunctionMapper()
|
| Constructors in com.sun.el.lang with parameters of type FunctionMapper | |
|---|---|
EvaluationContext(ELContext elContext,
FunctionMapper fnMapper,
VariableMapper varMapper)
|
|
FunctionMapperFactory(FunctionMapper mapper)
|
|
| Uses of FunctionMapper in javax.el |
|---|
| Methods in javax.el that return FunctionMapper | |
|---|---|
abstract FunctionMapper |
ELContext.getFunctionMapper()
Retrieves the FunctionMapper associated with this
ELContext. |
| Uses of FunctionMapper in org.apache.jasper.compiler |
|---|
| Methods in org.apache.jasper.compiler with parameters of type FunctionMapper | |
|---|---|
static void |
JspUtil.validateExpressions(org.apache.jasper.compiler.Mark where,
String expressions,
FunctionMapper functionMapper,
ErrorDispatcher err)
Validates the syntax of all EL expressions within the given string. |
| Uses of FunctionMapper in org.apache.jasper.runtime |
|---|
| Subclasses of FunctionMapper in org.apache.jasper.runtime | |
|---|---|
class |
ProtectedFunctionMapper
Maps EL functions to their Java method counterparts. |
| Methods in org.apache.jasper.runtime that return FunctionMapper | |
|---|---|
FunctionMapper |
ELContextImpl.getFunctionMapper()
|
| Methods in org.apache.jasper.runtime with parameters of type FunctionMapper | |
|---|---|
static MethodExpression |
PageContextImpl.getMethodExpression(String expression,
PageContext pageContext,
FunctionMapper functionMap,
Class expectedType,
Class[] paramTypes)
|
static ValueExpression |
PageContextImpl.getValueExpression(String expression,
PageContext pageContext,
Class expectedType,
FunctionMapper functionMap)
|
void |
ELContextImpl.setFunctionMapper(FunctionMapper fnMapper)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||