|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResourceRef | |
---|---|
to.etc.domui.server | |
to.etc.domui.themes | |
to.etc.domui.util.resources |
Uses of IResourceRef in to.etc.domui.server |
---|
Methods in to.etc.domui.server that return IResourceRef | |
---|---|
IResourceRef |
DomApplication.createClasspathReference(java.lang.String name)
Create a resource ref to a class based resource. |
IResourceRef |
DomApplication.getAppFileOrResource(java.lang.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(java.lang.String name,
IResourceDependencyList rdl)
Get an application resource. |
Uses of IResourceRef in to.etc.domui.themes |
---|
Methods in to.etc.domui.themes that return IResourceRef | |
---|---|
protected static IResourceRef |
SimpleThemeFactory.findRef(DomApplication da,
java.lang.String rurl,
IResourceDependencyList rdl)
|
protected IResourceRef |
FragmentedThemeFactory.findRef(IResourceDependencyList rdl,
java.lang.String rurl)
|
IResourceRef |
FragmentedThemeResourceFactory.getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
|
Uses of IResourceRef in to.etc.domui.util.resources |
---|
Classes in to.etc.domui.util.resources that implement IResourceRef | |
---|---|
class |
ByteArrayResourceRef
|
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). |
Methods in to.etc.domui.util.resources that return IResourceRef | |
---|---|
IResourceRef |
ClassRefResourceFactory.getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
|
IResourceRef |
SimpleResourceFactory.getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
|
IResourceRef |
VersionedJsResourceFactory.getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
|
IResourceRef |
IResourceFactory.getResource(DomApplication da,
java.lang.String name,
IResourceDependencyList rdl)
Create the ref for the resource. |
Methods in to.etc.domui.util.resources with parameters of type IResourceRef | |
---|---|
void |
IResourceDependencyList.add(IResourceRef ref)
Add a resource to the dependency list. |
void |
ResourceDependencyList.add(IResourceRef ref)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |