public class FunctionsMapper
extends javax.el.FunctionMapper
| Constructor and Description |
|---|
FunctionsMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapFunction(String prefix,
String localName,
Method meth)
Sets a function which can be resolved
|
Method |
resolveFunction(String prefix,
String localName)
Resolves functions set via
mapFunction(String, String, Method) |
public Method resolveFunction(String prefix, String localName)
mapFunction(String, String, Method)resolveFunction in class javax.el.FunctionMapperprefix - the prefix of the functionlocalName - the short name of the functionMethod assigned to the functionCopyright © 2005–2021 dozer. All rights reserved.