Package com.taggercat.tags

Tagger Cat's JSP tag library

See:
          Description

Interface Summary
ColorCodedOptionItem This interface is used by objects that will be displayed in an HTML menu list generated with the HTMLListMenuOptionsListTag But, this does not apply to Code Tables.
OptionItem This interface is used by objects that will be displayed in an HTML menu list generated with the HTMLListMenuOptionsListTag But, this does not apply to Code Tables.
 

Class Summary
AbstractCommonAttrsTag This tag is the base class for most tags that accept common attributes for dsn, formName, responsePage, and errorPage.
AbstractDataSourceActionTag This tag dynamically creates a HTML button or link element.
AbstractExpEvalTag This is the super class for tags that evaluate expressions.
AbstractHTMLInputTag This tag is the abstract base class for HTML input elements.
BooleanOptionListTag This tag creates an option list for the specified dsn.field.
CacheContentTag This tags caches provides very simple caching of its body content onto the specified scope variable.
ClientScopeTag This tag is use to place an object into client scope by serializing it out to the page in a hidden form element.
CodeTableOptionListTag This tag creates an option list from an association code table.
CodeTableOptionListTagExtraInfo This class provides the information needed at JSP page Translation Time to do the following simple validation the OptionList Tag.
ControllerServletTag This tag prints the path of the controller servlet.
CookieDisplayValueTag This tag is typically used to control display content based upon the existence and value of a browser cookie.
CrumbTrailTag This tag is used to create a page navigation crumb trail.
DataFieldCaptionTag This tag displays the caption of the named data field.
DataFieldIdentifierTag This tag prints the unique field Identifier.
DataFieldValueTag This tag returns the value of the named field of the data source.
DataSourceActionButtonTag This tag dynamically creates a HTML button.
DataSourceActionLinkTag This tag dynamically creates a link ( as an anchor tag with an href attribute ) used for data source operations and other user defined events.
DataSourceNavigationTag This tag is used to create data source navigation hyperlinks or buttons.
DataSourceOptionListTag This tag creates an option list that is filled from a Datasource rather than from a application code table.
DataSourceOptionListTagExtraInfo This class provides the information needed at JSP page Translation Time to do the following simple validation on the DataSourceOptionListTag Tag.
DataSourceRowNumberTag This tag prints the current tcEntity numbers (e.g. "1-10 of 22") for a specified data source.
DataSourceTag This tag creates a data source instance, and adds it to the Model.
DataSourceTagExtraInfo This class provides the information needed at JSP page Translation Time to create the instance variable for the DataSource tag.
EditableTemplateRegionTag This tag is for handling the editable template regions.
EscapeTag Escapes the XML content in the body of the tag
ExceptionTag This tag returns the current exception message, and optionally the associated stack trace.
HQLOptionListTag This tag creates an option list that is filled directly from an HQL query rather than from a Datasource or code table.
HTMLCheckBoxElementTag This tag returns a HTML check box field for the named field for the data source.
HTMLCheckBoxesTag This tag creates a series of check boxes that populates a single ds property.
HTMLListMenuElementTag This tag creates a HTML List/Menu input field with the list values generated by the tag's body content.
HTMLListMenuOptionsListTag This tag creates HTML select options that are sourced from a List or a Map of objects.
HTMLRadioButtonsTag This tag creates a group of radio buttons that is filled from a Code Table, a List, Map, or an explicitly specified list of comma separated options.
HTMLTagBuilder A simple class to help build HTML tags.
HTMLTextAreaElementTag This tag returns a HTML text area field with the value of the named field for the data source.
HTMLTextElementTag This tag returns a HTML text input element with the value that of the named field of the data source.
ListOptionListTag This tag creates an option list that is filled from a List or Map object rather than from a code table, or other data source.
LogoutTag This tag logs the current user out from the application, and closes all associated data sources.
PageNameTag This tag returns the name of the page the controller has forwarded a request to.
PageNavigationTag This tag is used to create dynamic page navigation anchor tags.
PageSequenceTag This tag generates an unique page sequence number.
PickAnchorTag This is a convenience tag used to create anchor tags for pop-up pick elements.
QBFBooleanOptionListTag This tag creates a QBF Option list for the specified dsn.field.
QBFFieldTag This tag returns the value of the named qbf field.
RemoveDataSourcesTag This tag is used to close and remove data sources from the model.
RepeatedRegionTag This tag bounds a repeated region associated with a DataSource.
RepeatedRegionTagExtraInfo This class provides the information needed at JSP page Translation Time to create the instance variable for the data source referenced in a RepeatedRegion.
RoleContentTag This tag bounds a region that is included /not included based on the current user's group membership.
RowIDTag This tag prints the unique tcEntity id for the current tcEntity in the specified data source.
RowSelectorTag This tag creates tcEntity selection radio buttons or check boxes.
RowStyleTag This tags selects the CSS style to use for the current tcEntity displayed in a repeating region (typically a table).
SetDataSourceQBFValueTag This tag is used to set a QBF value.
SortOrderIndicatorTag This tag creates column heading sort order indicators.
TaggerTag This tag simply removes the <tc:tagger> instruction around non-translated region content processed by the Tagger Cat Dreamweaver Tagger.
TCChooseTag This tag is the parent of the TCWhen, and TCOtherwise tags.
TCElseTag This tag is a child of the TCIfThenElse tag.
TCIfTag This tag evaluates an expression and includes the body of the tag if the expression evaluates to true.
TCIfThenElseTag This tag evaluates an expression and includes the body of the tag regardless of expression evaluating to true or false.
TCOtherwiseTag This tag is used as a child tag within the TCChoose tag.
TCOutTag This tag evaluates an expression and sends the result to the out stream.
TCRemoveTag This tag removes the named attribute from the specified scope.
TCSetTag This tag evaluates an expression and set an attribute on the specified scope.
TCThenTag This tag is child of the TCIfThenElse tag.
TCWhenTag This tag is used as a child tag within the TCChoose tag.
TemplateTag This tag is the dynamic version of the Template tag.
UserSettingTag This tag is typically used to display or to control the display of content based upon the existence and value of a user setting.
 

Exception Summary
NoSessionException The exception thrown from Tagger Cat Tags that require a valid session object, and that session object is not available.
 

Package com.taggercat.tags Description

Tagger Cat's JSP tag library