synergynetframework.appsystem.table.appregistry
Class DesktopTypeXMLReader

java.lang.Object
  extended by synergynetframework.appsystem.table.appregistry.DesktopTypeXMLReader

public class DesktopTypeXMLReader
extends java.lang.Object

Loads the application list from the xml configuration.


Field Summary
static boolean splashScreenEnabled
          The splash screen enabled.
static java.lang.String splashScreenResource
          The splash screen resource.
static java.lang.String TABLE_MODE_CLIENT
          The Constant TABLE_MODE_CLIENT.
static java.lang.String TABLE_MODE_CONTROLLER
          The Constant TABLE_MODE_CONTROLLER.
static java.lang.String TABLE_MODE_PROJECTOR
          The Constant TABLE_MODE_PROJECTOR.
static java.lang.String tableMode
          The table mode.
 
Constructor Summary
DesktopTypeXMLReader()
           
 
Method Summary
static void loadFromConfiguration(java.io.InputStream configXMLInputStream)
          Load from configuration.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splashScreenEnabled

public static boolean splashScreenEnabled
The splash screen enabled.


splashScreenResource

public static java.lang.String splashScreenResource
The splash screen resource.


TABLE_MODE_CLIENT

public static final java.lang.String TABLE_MODE_CLIENT
The Constant TABLE_MODE_CLIENT.

See Also:
Constant Field Values

TABLE_MODE_CONTROLLER

public static final java.lang.String TABLE_MODE_CONTROLLER
The Constant TABLE_MODE_CONTROLLER.

See Also:
Constant Field Values

TABLE_MODE_PROJECTOR

public static final java.lang.String TABLE_MODE_PROJECTOR
The Constant TABLE_MODE_PROJECTOR.

See Also:
Constant Field Values

tableMode

public static java.lang.String tableMode
The table mode.

Constructor Detail

DesktopTypeXMLReader

public DesktopTypeXMLReader()
Method Detail

loadFromConfiguration

public static void loadFromConfiguration(java.io.InputStream configXMLInputStream)
                                  throws org.xml.sax.SAXException,
                                         java.io.IOException,
                                         javax.xml.parsers.ParserConfigurationException,
                                         java.lang.InstantiationException,
                                         java.lang.IllegalAccessException,
                                         java.lang.ClassNotFoundException
Load from configuration.

Parameters:
configXMLInputStream - the config xml input stream
Throws:
org.xml.sax.SAXException - the SAX exception
java.io.IOException - Signals that an I/O exception has occurred.
javax.xml.parsers.ParserConfigurationException - the parser configuration exception
java.lang.InstantiationException - the instantiation exception
java.lang.IllegalAccessException - the illegal access exception
java.lang.ClassNotFoundException - the class not found exception