Uses of Class
javax.servlet.jsp.tagext.FunctionInfo
-
Packages that use FunctionInfo Package Description javax.servlet.jsp.tagext org.apache.jasper.compiler -
-
Uses of FunctionInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as FunctionInfo Modifier and Type Field Description protected FunctionInfo[]
TagLibraryInfo. functions
An array describing the functions that are defined in this tag library.Methods in javax.servlet.jsp.tagext that return FunctionInfo Modifier and Type Method Description FunctionInfo
TagLibraryInfo. getFunction(java.lang.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. -
Uses of FunctionInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as FunctionInfo Modifier and Type Field Description private FunctionInfo
ELNode.Function. functionInfo
Methods in org.apache.jasper.compiler that return FunctionInfo Modifier and Type Method Description private FunctionInfo
TagLibraryInfoImpl. createFunctionInfo(TreeNode elem)
FunctionInfo
ELNode.Function. getFunctionInfo()
Methods in org.apache.jasper.compiler with parameters of type FunctionInfo Modifier and Type Method Description void
ELNode.Function. setFunctionInfo(FunctionInfo f)
-