类 javax.servlet.jsp.tagext.FunctionInfo
的使用

使用 FunctionInfo 的软件包
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
 

javax.servlet.jsp.tagextFunctionInfo 的使用
 

声明为 FunctionInfojavax.servlet.jsp.tagext 中的字段
protected  FunctionInfo[] TagLibraryInfo.functions
          An array describing the functions that are defined in this tag library.
 

返回 FunctionInfojavax.servlet.jsp.tagext 中的方法
 FunctionInfo TagLibraryInfo.getFunction(String name)
          Get the FunctionInfo for a given function name, looking through all the functions in this tag library.
 FunctionInfo[] TagLibraryInfo.getFunctions()
          An array describing the functions that are defined in this tag library.
 



Copyright © 2013. All Rights Reserved.