|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.
メソッドの概要 | |
---|---|
java.lang.reflect.Method |
resolveFunction(java.lang.String prefix,
java.lang.String localName)
Resolves the specified local name and prefix into a Java.lang.Method. |
メソッドの詳細 |
---|
java.lang.reflect.Method resolveFunction(java.lang.String prefix, java.lang.String localName)
prefix
- the prefix of the function, or "" if no prefix.localName
- the short name of the function
|
Ja-Jakarta Translation |
||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |