Package 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.

See:
          Description

Interface Summary
Tag A Tag represents an XML tag that can reside in a Cell.
TagLibrary A TagLibrary is a map of tag names to tag classes for a particular namespace.
 

Class Summary
AggTag An AggTag represents possibly many aggregate values calculated from a List of values already exposed to the context.
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.
CommentTag A CommentTag represents a Cell that needs to have an Excel Comment attached to it.
ForEachTag A ForEachTag represents a repetitively placed Block of Cells, with each repetition corresponding to an element of a Collection.
FormulaTag A FormulaTag represents a dynamically generated Excel Formula.
ForTag A ForTag represents a repetitively placed Block of Cells, with each repetition corresponding to an increment of an index.
GroupTag A GroupTag represents a set of rows or a set of columns that needs an Excel "group" associated with it.
HyperlinkTag A HyperlinkTag represents a Cell that needs to have a hyperlink on the cell.
IfTag An IfTag represents a conditionally placed Block of Cells.
JtTagLibrary A JtTagLibrary represents the built-in TagLibrary.
MultiForEachTag A MultiForEachTag represents a repetitively placed Block of Cells, with each repetition corresponding to the same index into multiple Collections.
NullTag A NullTag does nothing to its Block except mark its Cells as processed.
SpanTag A SpanTag represents a cell or merged region that will span extra rows and/or extra columns, depending on growth and/or adjustment factors.
StyleTag A StyleTag represents a dynamically determined style for a Cell.
TagContext A TagContext object represents the context associated with a Tag.
TagLibraryRegistry A TagLibraryRegistry represents a registry for all TagLibraries containing Tags.
TotalTag A TotalTag represents an aggregate value calculated from a List of values already exposed to the context.
 

Package net.sf.jett.tag Description

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.

Since:
0.1.0
Author:
Randy Gettman


Copyright © 2012-2013 Jett Team. All Rights Reserved.