Uses of Class
com.caucho.jsp.cfg.TldFunction

Packages that use TldFunction
com.caucho.jsp   
com.caucho.jsp.cfg   
 

Uses of TldFunction in com.caucho.jsp
 

Methods in com.caucho.jsp that return types with arguments of type TldFunction
 java.util.ArrayList<TldFunction> Taglib.getFunctionList()
          Returns the functions.
 

Uses of TldFunction in com.caucho.jsp.cfg
 

Methods in com.caucho.jsp.cfg that return types with arguments of type TldFunction
 java.util.ArrayList<TldFunction> TldTaglib.getFunctionList()
          Returns the list of functions.
 

Methods in com.caucho.jsp.cfg with parameters of type TldFunction
 void TldTaglib.addFunction(TldFunction function)
          Adds a function