java.lang.Objectorg.objectweb.telosys.common.TelosysObject
org.objectweb.telosys.uil.screenmap.ScreenDefLoader
Constructor Summary | |
ScreenDefLoader()
|
Method Summary | |
ScreenDefinitions |
load(java.io.InputStream is)
|
ScreenDefinitions |
load(java.lang.String sFileName)
Loads the screens definitions from the given XML file |
void |
loadTranslations(javax.servlet.ServletContext servletContext)
Loads the translations files (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 |
public ScreenDefLoader()
Method Detail |
public ScreenDefinitions load(java.lang.String sFileName)
sFileName
- :
the XML file to load ( e.g. "screens.xml" )
public ScreenDefinitions load(java.io.InputStream is)
public void loadTranslations(javax.servlet.ServletContext servletContext)
servletContext
-