| Package | Description |
|---|---|
| to.etc.domui.parts | |
| to.etc.domui.server | |
| to.etc.domui.server.parts | |
| to.etc.domui.themes | |
| to.etc.domui.util.resources |
| Modifier and Type | Method and Description |
|---|---|
IResourceDependencyList |
PropButtonRenderer.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropButtonRenderer.generate(PartResponse pr,
DomApplication da,
ButtonPartKey key,
Properties p,
IResourceDependencyList rdl) |
void |
ButtonPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Deprecated.
|
void |
FileTypePart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
PropBtnPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Generate the button class.
|
void |
GrayscalerPart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
SvgPartFactory.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl) |
void |
MarkerImagePart.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
Generate image if is not in cache.
|
static BufferedImage |
PartUtil.loadImage(DomApplication da,
String in,
IResourceDependencyList rdl)
Load an image, either thru a resource (when the part starts with RES) or as a webapp file.
|
static Properties |
PartUtil.loadProperties(DomApplication da,
String src,
IResourceDependencyList rdl)
Loads a properties file from a resource string.
|
| Modifier and Type | Method and Description |
|---|---|
IResourceRef |
DomApplication.getResource(String name,
IResourceDependencyList rdl)
Get an application resource.
|
ITheme |
DomApplication.getTheme(String themeName,
IResourceDependencyList rdl)
Get the theme store representing the specified theme name.
|
String |
DomApplication.getThemeReplacedString(IResourceDependencyList rdl,
String rurl)
EXPENSIVE CALL - ONLY USE TO CREATE CACHED RESOURCES
This loads a theme resource as an utf-8 encoded template, then does expansion using the
current theme's variable map.
|
String |
DomApplication.getThemeReplacedString(IResourceDependencyList rdl,
String rurl,
BrowserVersion bv)
EXPENSIVE CALL - ONLY USE TO CREATE CACHED RESOURCES
This loads a theme resource as an utf-8 encoded template, then does expansion using the
current theme's variable map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalResourcePart.generate(PartResponse pr,
DomApplication da,
Object inkey,
IResourceDependencyList rdl)
Generate the local resource.
|
void |
IBufferedPartFactory.generate(PartResponse pr,
DomApplication da,
Object key,
IResourceDependencyList rdl)
This must generate the output for the 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) |
void |
ThemePartFactory.generate(PartResponse pr,
DomApplication da,
Object k,
IResourceDependencyList rdl) |
IResourceRef |
ThemeResourceFactory.getResource(DomApplication da,
String name,
IResourceDependencyList rdl)
Get a resource from the proper theme.
|
ITheme |
ThemeManager.getTheme(String themeName,
IResourceDependencyList rdl)
Get the theme store representing the specified theme name.
|
IScriptScope |
ThemeManager.getThemeMap(String themeName,
IResourceDependencyList rdlin)
Return the current theme map (a readonly map), cached from the last
time.
|
String |
ThemeManager.getThemeReplacedString(IResourceDependencyList rdl,
String rurl) |
String |
ThemeManager.getThemeReplacedString(IResourceDependencyList rdl,
String rurl,
BrowserVersion bv)
EXPENSIVE CALL - ONLY USE TO CREATE CACHED RESOURCES
This loads a theme resource as an utf-8 encoded template, then does expansion using the
current theme's variable map.
|
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 |
ResourceDependencyList
Used to build resource dependencies.
|
| Modifier and Type | Field and Description |
|---|---|
static IResourceDependencyList |
ResourceDependencyList.NULL
If you do not want to collect dependencies you can use this as an instance.
|
| 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) |
Copyright © 2017 etc.to. All rights reserved.