| Package | Description |
|---|---|
| to.etc.domui.server | |
| to.etc.domui.themes | |
| to.etc.domui.util.resources |
| Modifier and Type | Method and Description |
|---|---|
IResourceRef |
DomApplication.createClasspathReference(String name)
Create a resource ref to a class based resource.
|
IResourceRef |
DomApplication.getAppFileOrResource(String name)
Primitive to return either a File-based resource from the web content files
or a classpath resource (below /resources/) for the same path.
|
IResourceRef |
DomApplication.getResource(String name,
IResourceDependencyList rdl)
Get an application resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected static IResourceRef |
SimpleThemeFactory.findRef(DomApplication da,
String rurl,
IResourceDependencyList rdl) |
protected IResourceRef |
FragmentedThemeFactory.findRef(IResourceDependencyList rdl,
String rurl) |
IResourceRef |
ThemeResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl)
Get a resource from the proper theme.
|
IResourceRef |
SimpleTheme.getThemeResource(String name,
IResourceDependencyList rdl) |
IResourceRef |
FragmentedThemeStore.getThemeResource(String name,
IResourceDependencyList rdl)
Return a resource reference within this theme.
|
IResourceRef |
ITheme.getThemeResource(String name,
IResourceDependencyList rdl) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayResourceRef |
class |
CompoundResourceRef |
class |
ProductionClassResourceRef
Classpath resource for PRODUCTION (non-debug) mode.
|
class |
ReloadingClassResourceRef
This is a resource reference to something on the classpath used only in debug mode.
|
class |
WebappResourceRef
A full reference to a web app file (a file somewhere in the webapp's web files or WEB-INF directorty).
|
| Modifier and Type | Method and Description |
|---|---|
IResourceRef |
VersionedJsResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
IResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl)
Create the ref for the resource.
|
IResourceRef |
ClassRefResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
SimpleResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
IResourceRef |
RedirectingResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl) |
static IResourceRef |
CompoundResourceRef.loadBySpec(DomApplication da,
String baseDir,
String inclset,
String origname)
Load the spec, and create the ref from it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IResourceDependencyList.add(IResourceRef ref)
Add a resource to the dependency list.
|
void |
ResourceDependencyList.add(IResourceRef ref) |
Copyright © 2017 etc.to. All rights reserved.