|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
FunctionMapper
public interface FunctionMapper
The interface to a map between EL function names and methods.
Classes implementing this interface may, for instance, consult tag library information to resolve the map.
| 方法摘要 | |
|---|---|
Method |
resolveFunction(String prefix,
String localName)
已过时。 Resolves the specified local name and prefix into a Java.lang.Method. |
| 方法详细信息 |
|---|
Method resolveFunction(String prefix,
String localName)
prefix - the prefix of the function, or "" if no prefix.localName - the short name of the function
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||