|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScreenResourceResolver
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
InputStream getScreenResource(String screenId)
throws CruxGeneratorException
screenId -
CruxGeneratorException
InputStream getScreenResource(String screenId,
String module)
throws CruxGeneratorException
screenId - module -
CruxGeneratorException
Document getRootView(String screenId,
String device)
throws CruxGeneratorException
screenId - device -
CruxGeneratorException
Document getRootView(String relativeScreenId,
String module,
String device)
throws CruxGeneratorException
relativeScreenId - module - device -
CruxGeneratorException
Set<String> getAllScreenIDs(String module)
throws ScreenConfigException
ScreenConfigExceptionSet<String> getAllAppModules()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||