Defines a group of screens with common features, in an HTML connector.

By the term “screen” is meant a set of identifiable data which may be rendered to the user or not. It is generally used regardless of the resource accessed by Convertigo (web page, Legacy screen, HTTP stream, etc.).
Thus, in the case of HTML connector projects (Web Integrator and Web Clipper), a screen may be defined by the data displayed in an HTML browser, for a web page display.
An HTML Screen class is identified by a set of criteria which are dedicated to screen’s data detection. When accessing a screen (i.e. a web page) thanks to an HTML connector, Convertigo looks for detection criteria defined for screen classes in current connector.
Convertigo considers that the accessed screen belongs to the HTML screen class which all criteria match and which have the greatest number of criteria matching. For screen classes that would have the same number of matching criteria, Convertigo considers that the screen belongs to the screen class that has the greatest depth. And if screen classes also have the same depth, Convertigo considers that the screen belongs to the first screen class in alphabetical order.
For Web Integrator and Web Clipper projects (web pages in an HTML connector), detection criteria are XPath and URL. You can see these objects definitions and properties for more information.
An HTML screen class can also be associated with extraction rules executed on its detection by Convertigo. Extraction rules define which data are to be extracted from a screen and turned into a proper XML document.
HTML screen classes are pivotal in the execution of transactions, since their detection triggers the execution of screen class handlers (including actions to be performed on detected screens) and extraction rules (extracting data to be turned into XML).
Note: An HTML screen class do not define one screen only, but all screens matching the specified criteria. It is up to the Convertigo programmer to set detection criteria.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.