java.lang.Objectorg.objectweb.telosys.uil.screenmap.ScreenConfigParser
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
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 |
public static void parseScreenBody(javax.servlet.ServletContext servletContext, ScreenDefRootDir rootDir, ScreenDefinition screenDefinition)
servletContext
- rootDir
- screenDefinition
-