Ja-Jakarta
Translation

javax.servlet.jsp.el
インタフェース 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.

導入されたバージョン:
2.0

メソッドの概要
 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.
 

メソッドの詳細

resolveFunction

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. Returns null if the prefix and local name are not found.

パラメータ:
prefix - the prefix of the function, or "" if no prefix.
localName - the short name of the function
戻り値:
the result of the method mapping. Null means no entry found.

Ja-Jakarta
Translation

Copyright © 2000- The Apache Software Foundation. All rights Reserved.