public interface ScreenResourceResolver
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAllAppModules()
List all modules that have at least one crux.xml page (and needs to be compiled)
|
Set<String> |
getAllScreenIDs(String module)
List all Crux screen IDs
|
Document |
getRootView(String screenId,
String device)
Gets the Document representing the root view for a given screenId
|
Document |
getRootView(String relativeScreenId,
String module,
String device)
Gets the Document representing the root view for a given screenId
|
InputStream |
getScreenResource(String screenId)
Gets the inputStream for a given screenId
|
InputStream |
getScreenResource(String screenId,
String module)
Gets the inputStream for a given screenId
|
InputStream getScreenResource(String screenId) throws CruxGeneratorException
screenId - CruxGeneratorExceptionInputStream getScreenResource(String screenId, String module) throws CruxGeneratorException
screenId - module - CruxGeneratorExceptionDocument getRootView(String screenId, String device) throws CruxGeneratorException
screenId - device - CruxGeneratorExceptionDocument getRootView(String relativeScreenId, String module, String device) throws CruxGeneratorException
relativeScreenId - module - device - CruxGeneratorExceptionSet<String> getAllScreenIDs(String module) throws ScreenConfigException
ScreenConfigExceptionCopyright © 2015. All rights reserved.