| Package | Description |
|---|---|
| javax.servlet.jsp.tagext | |
| org.apache.tomcat.util.descriptor.tld |
Package containing a Java model of the XML for a Tag Library Descriptor.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionInfo[] |
TagLibraryInfo.functions
An array describing the functions that are defined in this tag library.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionInfo> |
TaglibXml.getFunctions() |
Copyright © 2014 Mort Bay Consulting. All Rights Reserved.