org.objectweb.telosys.uil
Class TelosysUIL

java.lang.Object
  extended byorg.objectweb.telosys.uil.TelosysUIL

public final class TelosysUIL
extends java.lang.Object


Field Summary
static java.lang.String TELOSYS_CSS_FILE
           
 
Constructor Summary
TelosysUIL()
           
 
Method Summary
static int getDefaultScreenId()
          Returns the default screen id
static java.lang.String getDefaultScreenType()
          Returns the default screen type ( "html", "xul", ... )
static ScreenDefConfig getScreenDefConfig()
          Returns the Screens Definitions Configuration
( the "config" part of the screens.xml file )
static ScreenDefinitions getScreenDefinitions()
           
static java.lang.String getScreenMapServletPath()
          Returns the "server side" screen map servlet path
defined in the "config" tag of the screens XML file
( e.g. : "/screenmap" )
static java.lang.String getScreensConfigFileName()
           
static java.lang.String getTagsConfigFileName()
           
static boolean init(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TELOSYS_CSS_FILE

public static final java.lang.String TELOSYS_CSS_FILE
See Also:
Constant Field Values
Constructor Detail

TelosysUIL

public TelosysUIL()
Method Detail

init

public static boolean init(javax.servlet.ServletContext servletContext)

getScreensConfigFileName

public static java.lang.String getScreensConfigFileName()

getTagsConfigFileName

public static java.lang.String getTagsConfigFileName()

getScreenDefinitions

public static ScreenDefinitions getScreenDefinitions()

getScreenDefConfig

public static ScreenDefConfig getScreenDefConfig()
Returns the Screens Definitions Configuration
( the "config" part of the screens.xml file )

Returns:

getDefaultScreenType

public static java.lang.String getDefaultScreenType()
Returns the default screen type ( "html", "xul", ... )

Returns:

getDefaultScreenId

public static int getDefaultScreenId()
Returns the default screen id

Returns:

getScreenMapServletPath

public static java.lang.String getScreenMapServletPath()
Returns the "server side" screen map servlet path
defined in the "config" tag of the screens XML file
( e.g. : "/screenmap" )

Returns: