Package | Description |
---|---|
net.sf.jett.exception |
Declares certain runtime exceptions that may occur during spreadsheet
transformation.
|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
AttributeExpressionException |
An
AttributeExpressionException is a particular kind of
TagParseException that indicates that there was a problem
evaluating a JEXL Expression that was encountered as part of an attribute
value on a JETT tag. |
Modifier and Type | Method | Description |
---|---|---|
void |
AggTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
AnaTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
BaseHideTag.validateAttributes() |
Validates the attributes for this
Tag . |
protected void |
BaseLoopTag.validateAttributes() |
Ensure that the past end action (if specified) is a valid value.
|
protected void |
BaseTag.validateAttributes() |
Validates the attributes according to
Tag -specific rules. |
void |
CommentTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
ForEachTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
FormulaTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
ForTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
GroupTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
HyperlinkTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
ImageTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
MultiForEachTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
NameTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
PageBreakTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
SetTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
StyleTag.validateAttributes() |
Validates the attributes for this
Tag . |
void |
TotalTag.validateAttributes() |
Validates the attributes for this
Tag . |
Copyright © 2012–2018 Jett Team. All rights reserved.