A context is an object that defines and encapsulates data for a functional or business organization entity. In the presentation layer, the Branch Transformation Toolkit uses contexts as basic data model entities in the data model.
The class is responsible for initializing all context configurations. The class is packaged in bttcore.jar.
<field id="extFile" value="context.xml" description="The recommended location is under same folder of btt.xml"/>
The extended file contains the context definitions for the application. By default, the extended file is in the same folder with btt.xml.
<kColl id="classTable">
The classTable contains a collection of definitions for keywords of the context keywords and their implemented class. Those definitions can be added and removed from the collection. Only those definitions in the classTable collection can be used to define its context in the extended file.