public class ScreenFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearScreenCache()
Clear the screen cache
|
static ScreenFactory |
getInstance()
Singleton method
|
String |
getRelativeScreenId(String id,
String module) |
Screen |
getScreen(String id,
String device)
Factory method for screens.
|
String |
getScreenModule(Document source) |
public static ScreenFactory getInstance()
public void clearScreenCache()
public Screen getScreen(String id, String device) throws ScreenConfigException
id - device - device property for this permutation being compiledScreenConfigExceptionpublic String getRelativeScreenId(String id, String module) throws ScreenConfigException
id - module - ScreenConfigExceptionpublic String getScreenModule(Document source) throws ScreenConfigException
nodeList - ScreenConfigExceptionCopyright © 2015. All rights reserved.