| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 Summary | |
|  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. | 
| Method Detail | 
public 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
| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.