|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 MethodExpression 的软件包 | |
---|---|
org.activiti.engine.impl.javax.el | |
org.activiti.engine.impl.juel |
org.activiti.engine.impl.javax.el 中 MethodExpression 的使用 |
---|
返回 MethodExpression 的 org.activiti.engine.impl.javax.el 中的方法 | |
---|---|
abstract MethodExpression |
ExpressionFactory.createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
Parses an expression into a MethodExpression for later evaluation. |
org.activiti.engine.impl.juel 中 MethodExpression 的使用 |
---|
org.activiti.engine.impl.juel 中 MethodExpression 的子类 | |
---|---|
class |
TreeMethodExpression
A method expression is ready to be evaluated (by calling either TreeMethodExpression.invoke(ELContext, Object[]) or TreeMethodExpression.getMethodInfo(ELContext) ). |
|
||||||||||
上一个 下一个 | 框架 无框架 |