Defines a display type. The JSP snippet is used to define the display format when the displayname is specified.
Column Descriptions
| Column Name
| Column Type
| Description
|
| DISPLAYNAME
| VARCHAR(40) NOT NULL
| The name to represent the jsp snippet referred in JSPPATH column.
|
| DESCRIPTION
| VARCHAR(254)
| The description of this display type.
|
| JSPPATH
| VARCHAR(254) NOT NULL
| The URL link to the jsp snippet which defines the output of the tag.
|
| THUMBNAILPATH
| VARCHAR(254) NOT NULL
| The path to the thumbnail which shows the format of the display.
|
| OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|