| Package | Description |
|---|---|
| to.etc.domui.server | |
| to.etc.domui.themes | |
| to.etc.domui.util.resources |
| Modifier and Type | Method and Description |
|---|---|
IResourceFactory |
DomApplication.findResourceFactory(String name)
Get the best factory to resolve the specified resource name.
|
| Modifier and Type | Method and Description |
|---|---|
List<IResourceFactory> |
DomApplication.getResourceFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomApplication.registerResourceFactory(IResourceFactory f) |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeResourceFactory
This handles resource references that start with $THEME; indicating resources
to get from a theme.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassRefResourceFactory
Handles the $REF resource which explicitly refers to a resource in the classpath.
|
class |
RedirectingResourceFactory
This resource factory matches the root of a resource name, and if matched redirects to another file system location to
obtain the resource.
|
class |
SimpleResourceFactory
Handles all normal $xxx type resources.
|
class |
VersionedJsResourceFactory
Handle $js/xxx resources, which are versionable.
|
Copyright © 2017 etc.to. All rights reserved.