|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MethodExpression 的软件包 | |
|---|---|
| com.sun.el | |
| com.sun.el.lang | |
| javax.el | Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. |
| org.apache.jasper.runtime | |
| com.sun.el 中 MethodExpression 的使用 |
|---|
| com.sun.el 中 MethodExpression 的子类 | |
|---|---|
class |
MethodExpressionImpl
An Expression that refers to a method on an object. |
class |
MethodExpressionLiteral
|
| 返回 MethodExpression 的 com.sun.el 中的方法 | |
|---|---|
MethodExpression |
ExpressionFactoryImpl.createMethodExpression(ELContext context,
String expression,
Class expectedReturnType,
Class[] expectedParamTypes)
|
| com.sun.el.lang 中 MethodExpression 的使用 |
|---|
| 返回 MethodExpression 的 com.sun.el.lang 中的方法 | |
|---|---|
MethodExpression |
ExpressionBuilder.createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes)
|
| javax.el 中 MethodExpression 的使用 |
|---|
| 返回 MethodExpression 的 javax.el 中的方法 | |
|---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a MethodExpression for later
evaluation. |
| org.apache.jasper.runtime 中 MethodExpression 的使用 |
|---|
| 返回 MethodExpression 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
static MethodExpression |
PageContextImpl.getMethodExpression(String expression,
PageContext pageContext,
FunctionMapper functionMap,
Class expectedType,
Class[] paramTypes)
|
| 参数类型为 MethodExpression 的 org.apache.jasper.runtime 中的方法 | |
|---|---|
static void |
PageContextImpl.setMethodVariable(PageContext pageContext,
String variable,
MethodExpression expression)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||