org.objectweb.telosys.uil.screenmap
Class ScreenDefLoader

java.lang.Object
  extended byorg.objectweb.telosys.common.TelosysObject
      extended byorg.objectweb.telosys.uil.screenmap.ScreenDefLoader

public class ScreenDefLoader
extends TelosysObject

The screens configuration loader
Used to load the screens definitions from the "screens.xml" file


Constructor Summary
ScreenDefLoader()
           
 
Method Summary
 ScreenDefinitions loadDefinitionsAndTranslations(java.io.InputStream is, javax.servlet.ServletContext servletContext)
          Loads the screens definitions and the screens translations if any
 
Methods inherited from class org.objectweb.telosys.common.TelosysObject
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenDefLoader

public ScreenDefLoader()
Method Detail

loadDefinitionsAndTranslations

public ScreenDefinitions loadDefinitionsAndTranslations(java.io.InputStream is,
                                                        javax.servlet.ServletContext servletContext)
Loads the screens definitions and the screens translations if any

Parameters:
is -
servletContext -
Returns:
screens definitions instance, or null if they cannot be loaded