| Package | Description |
|---|---|
| net.sf.jett.model |
Provides value objects for JETT processing and enumerated objects for
things like style values.
|
| 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.
|
| net.sf.jett.util |
Provides utility functionality for JETT.
|
| Class | Description |
|---|---|
| Tag |
A
Tag represents an XML tag that can reside in a
Cell. |
| TagLibraryRegistry |
A
TagLibraryRegistry represents a registry for all
TagLibraries containing Tags. |
| Class | Description |
|---|---|
| BaseHideTag |
A
BaseHideTag represents something that can be hidden conditionally. |
| BaseLoopTag |
The abstract class
BaseLoopTag is the base class for all tags
that represent loops. |
| BaseTag |
The abstract class
BaseTag provides common functionality to
all Tags. |
| HyperlinkTag |
A
HyperlinkTag represents a Cell that needs to have a
hyperlink on the cell. |
| JtTagLibrary |
A
JtTagLibrary represents the built-in TagLibrary. |
| Tag |
A
Tag represents an XML tag that can reside in a
Cell. |
| TagContext |
A
TagContext object represents the context associated with a
Tag. |
| TagLibrary |
A
TagLibrary is a map of tag names to tag classes for a
particular namespace. |
| Class | Description |
|---|---|
| TagContext |
A
TagContext object represents the context associated with a
Tag. |
| TagLibrary |
A
TagLibrary is a map of tag names to tag classes for a
particular namespace. |
| Class | Description |
|---|---|
| Tag |
A
Tag represents an XML tag that can reside in a
Cell. |
| TagContext |
A
TagContext object represents the context associated with a
Tag. |
Copyright © 2012–2018 Jett Team. All rights reserved.