public interface FunctionMapper
Function methods.FunctionMapperExt| Modifier and Type | Method and Description |
|---|---|
Function |
resolveFunction(String prefix,
String name)
Resolves a function
Function with the specified name and
prefix. |
Function resolveFunction(String prefix, String name) throws XelException
Function with the specified name and
prefix.
Note: not all EL evaluator support resolveFunction(java.lang.String, java.lang.String).
Currently only JSP 2.0/2.1 EL-based expression factories
support this method.
You can check ExpressionFactory.isSupported(int) for this
support.
prefix - the prefix of the function, or "" if no prefixname - the name of the function to resolveXelExceptionCopyright © 2018. All rights reserved.