Package org.objectweb.telosys.uil.screenmap

Class Summary
ScreenConfigParser Utility class providing methods to parse the specific screen informations
defined in the screen body file ( in the .jsp or .jspx file )
The specific screen configuration can be located everywhere in the file
It must start by a "[ScreenConfig]" line and must end by a "[/ScreenConfig]" line
ScreenConventions This class contains the "conventions" to use by default ( for "Convention Over Configuration" ).
ScreenDefConfig This class provides the attributes loaded from the "" tag of the "screens.xml" file

Only one instance of this class ( held by ScreenDefinitions )
ScreenDefinition Each instance of this class represents a screen definition loaded from the "screens.xml" file
or defined by convention (since v 1.1.0 )
One instance for each screen.
ScreenDefinitions An instance of this class contains all the screen definitions loaded from the "screens.xml" file.
ScreenDefLoader The screens configuration loader
Used to load the screens definitions from the "screens.xml" file
ScreenDefRootDir This class holds the "root directories" loaded from the "screens.xml" file
There are 2 instances of this class (one for "html", one for "xul" ) held by ScreenDefinitions
ScreenMap ScreenMap informations for specific screenmap request
An instance of this class is created each time a screenmap request occurs
ScreenMapConst Constants for the screnmap management
ScreenMapElement Element designed to be used in a screen template
One or more elements can be defined for each screenmap ( see "element" tag in "screens.xml" )
ScreenMapServlet The servlet dedicated to the screenmap requests management
This servlet is invoked when the client side requests for a screenmap
Example : /context/screenmap/S001-html/1:use