java.lang.Objectorg.objectweb.telosys.uil.TelosysUIL
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 |
public static final java.lang.String TELOSYS_CSS_FILE
Constructor Detail |
public TelosysUIL()
Method Detail |
public static boolean init(javax.servlet.ServletContext servletContext)
public static java.lang.String getScreensConfigFileName()
public static java.lang.String getTagsConfigFileName()
public static ScreenDefinitions getScreenDefinitions()
public static ScreenDefConfig getScreenDefConfig()
public static java.lang.String getDefaultScreenType()
public static int getDefaultScreenId()
public static java.lang.String getScreenMapServletPath()