Package it.eng.spago.taglib.logic

Class Summary
CompareTagBase Abstract base class for comparison tags.
ConditionalTagBase Abstract base class for the various conditional evaluation tags.
Constants Manifest constants for this package.
EmptyTag Evalute the nested body content of this tag if the specified value is empty for this request.
EqualTag Evaluate the nested body content of this tag if the specified variable and value are equal.
GreaterEqualTag Evaluate the nested body content of this tag if the specified variable is greater than or equal to the specified value.
GreaterThanTag Evaluate the nested body content of this tag if the specified variable is greater than the specified value.
IterateTag Custom tag that iterates the elements of a collection, which can be either an attribute or the property of an attribute.
IterateTei Implementation of TagExtraInfo for the iterate tag, identifying the scripting object(s) to be made visible.
LessEqualTag Evaluate the nested body content of this tag if the specified variable is less than or equal to the specified value.
LessThanTag Evaluate the nested body content of this tag if the specified variable is less than the specified value.
MatchTag Evalute the nested body content of this tag if the specified value is a substring of the specified variable.
NotEmptyTag Evalute the nested body content of this tag if the specified value is not empty for this request.
NotEqualTag Evaluate the nested body content of this tag if the specified variable and value are not equal.
NotMatchTag Evalute the nested body content of this tag if the specified value is not a substring of the specified variable.
NotPresentTag Evalute the nested body content of this tag if the specified value is not present for this request.
PresentTag Evalute the nested body content of this tag if the specified value is present for this request.
RedirectTag Generate a URL-encoded redirect to the specified URI.