org.activiti.engine.impl.el
类 ActivitiFunctionMapper
java.lang.Object
org.activiti.engine.impl.javax.el.FunctionMapper
org.activiti.engine.impl.el.ActivitiFunctionMapper
public class ActivitiFunctionMapper
- extends FunctionMapper
Default implementation of a FunctionMapper
.
A non-null implementation is required by the javax.el.* classes,
hence the reason for this pretty useless class.
- 作者:
- Joram Barrez
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivitiFunctionMapper
public ActivitiFunctionMapper()
resolveFunction
public Method resolveFunction(String prefix,
String localName)
- 从类
FunctionMapper
复制的描述
- Resolves the specified prefix and local name into a java.lang.Method. Returns null if no
function could be found that matches the given prefix and local name.
- 指定者:
- 类
FunctionMapper
中的 resolveFunction
- 参数:
prefix
- the prefix of the function, or "" if no prefix. For example, "fn" in
${fn:method()}, or "" in ${method()}.localName
- the short name of the function. For example, "method" in ${fn:method()}.
- 返回:
- the static method to invoke, or null if no match was found.
Copyright © 2013 Alfresco. All rights reserved.