|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagLibrary | |
|---|---|
| net.sf.jett.tag | Provides Tag functionality, including the Tag interface and
all built-in tag classes, plus the TagLibrary interface and
TagLibraryRegistry classes for custom tag creation and
registration. |
| net.sf.jett.transform | Provides the classes and API necessary to transform pre-existing Excel template spreadsheets (.xls and .xlsx are supported) into new spreadsheets that are fully populated with user data. |
| Uses of TagLibrary in net.sf.jett.tag |
|---|
| Classes in net.sf.jett.tag that implement TagLibrary | |
|---|---|
class |
JtTagLibrary
A JtTagLibrary represents the built-in TagLibrary. |
| Methods in net.sf.jett.tag with parameters of type TagLibrary | |
|---|---|
void |
TagLibraryRegistry.registerTagLibrary(java.lang.String namespace,
TagLibrary library)
Add the given TagLibrary to the registry, associated with
the given namespace. |
| Uses of TagLibrary in net.sf.jett.transform |
|---|
| Methods in net.sf.jett.transform with parameters of type TagLibrary | |
|---|---|
void |
ExcelTransformer.registerTagLibrary(java.lang.String namespace,
TagLibrary library)
Registers the given TagLibrary so that this
ExcelTransformer can recognize tags from the given
namespace. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||