public class ActivitiFunctionMapper extends FunctionMapper
FunctionMapper
.
A non-null implementation is required by the javax.el.* classes,
hence the reason for this pretty useless class.Constructor and Description |
---|
ActivitiFunctionMapper() |
Modifier and Type | Method and Description |
---|---|
Method |
resolveFunction(String prefix,
String localName)
Resolves the specified prefix and local name into a java.lang.Method.
|
public Method resolveFunction(String prefix, String localName)
FunctionMapper
resolveFunction
in class FunctionMapper
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()}.Copyright © 2015. All rights reserved.