Uses of Class
jakarta.servlet.jsp.tagext.FunctionInfo
-
Packages that use FunctionInfo Package Description jakarta.servlet.jsp.tagext -
-
Uses of FunctionInfo in jakarta.servlet.jsp.tagext
Fields in jakarta.servlet.jsp.tagext declared as FunctionInfo Modifier and Type Field Description protected FunctionInfo[]TagLibraryInfo. functionsAn array describing the functions that are defined in this tag library.Methods in jakarta.servlet.jsp.tagext that return FunctionInfo Modifier and Type Method Description FunctionInfoTagLibraryInfo. 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.
-