org.objectweb.telosys.uil.screenmap
Class ScreenConfigParser

java.lang.Object
  extended byorg.objectweb.telosys.uil.screenmap.ScreenConfigParser

public class ScreenConfigParser
extends java.lang.Object

Utility class providing methods to parse the specific screen informations
defined in the screen body file ( in the .jsp or .jspx file )
The specific screen configuration can be located everywhere in the file
It must start by a "[ScreenConfig]" line and must end by a "[/ScreenConfig]" line

Since:
1.0.5

Method Summary
static void parseScreenBody(javax.servlet.ServletContext servletContext, ScreenDefRootDir rootDir, ScreenDefinition screenDefinition)
          Parse the ScreenBody file (.jsp or .jspx) and update the given ScreenDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseScreenBody

public static void parseScreenBody(javax.servlet.ServletContext servletContext,
                                   ScreenDefRootDir rootDir,
                                   ScreenDefinition screenDefinition)
Parse the ScreenBody file (.jsp or .jspx) and update the given ScreenDefinition

Parameters:
servletContext -
rootDir -
screenDefinition -