|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodExpression | |
|---|---|
| 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.runtime | |
| Uses of MethodExpression in com.sun.el |
|---|
| Subclasses of MethodExpression in com.sun.el | |
|---|---|
class |
MethodExpressionImpl
An Expression that refers to a method on an object. |
class |
MethodExpressionLiteral
|
| Methods in com.sun.el that return MethodExpression | |
|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
String expression,
Class expectedReturnType,
Class[] expectedParamTypes)
|
| Uses of MethodExpression in com.sun.el.lang |
|---|
| Methods in com.sun.el.lang that return MethodExpression | |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes)
|
| Uses of MethodExpression in javax.el |
|---|
| Methods in javax.el that return MethodExpression | |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a MethodExpression for later
evaluation. |
| Uses of MethodExpression in org.apache.jasper.runtime |
|---|
| Methods in org.apache.jasper.runtime that return MethodExpression | |
|---|---|
static MethodExpression |
PageContextImpl.getMethodExpression(String expression,
PageContext pageContext,
FunctionMapper functionMap,
Class expectedType,
Class[] paramTypes)
|
| Methods in org.apache.jasper.runtime with parameters of type MethodExpression | |
|---|---|
static void |
PageContextImpl.setMethodVariable(PageContext pageContext,
String variable,
MethodExpression expression)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||