|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.declarativeui.DeclarativeUIScreenResolver
public class DeclarativeUIScreenResolver
| Constructor Summary | |
|---|---|
DeclarativeUIScreenResolver()
|
|
| 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 moduleId,
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeclarativeUIScreenResolver()
| Method Detail |
|---|
public Set<String> getAllAppModules()
ScreenResourceResolver
getAllAppModules in interface ScreenResourceResolver
public Set<String> getAllScreenIDs(String module)
throws ScreenConfigException
ScreenResourceResolver
getAllScreenIDs in interface ScreenResourceResolverScreenConfigException
public Document getRootView(String relativeScreenId,
String moduleId,
String device)
throws CruxGeneratorException
ScreenResourceResolver
getRootView in interface ScreenResourceResolverCruxGeneratorException
public Document getRootView(String screenId,
String device)
throws CruxGeneratorException
ScreenResourceResolver
getRootView in interface ScreenResourceResolverCruxGeneratorException
public InputStream getScreenResource(String screenId)
throws CruxGeneratorException
ScreenResourceResolver
getScreenResource in interface ScreenResourceResolverCruxGeneratorException
public InputStream getScreenResource(String screenId,
String module)
throws CruxGeneratorException
ScreenResourceResolver
getScreenResource in interface ScreenResourceResolverCruxGeneratorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||