| Package | Description |
|---|---|
| to.etc.domui.server | |
| to.etc.domui.themes | |
| to.etc.domui.util.js |
| Modifier and Type | Method and Description |
|---|---|
void |
DomApplication.augmentThemeMap(IScriptScope ss)
This method can be overridden to add extra stuff to the theme map, after
it has been loaded from properties or whatnot.
|
| Modifier and Type | Method and Description |
|---|---|
IScriptScope |
SimpleTheme.getPropertyScope() |
IScriptScope |
FragmentedThemeStore.getPropertyScope() |
IScriptScope |
ITheme.getPropertyScope() |
IScriptScope |
ThemeManager.getThemeMap(String themeName,
IResourceDependencyList rdlin)
Return the current theme map (a readonly map), cached from the last
time.
|
| Constructor and Description |
|---|
FragmentedThemeStore(DomApplication app,
byte[] tbytes,
IScriptScope themeProperties,
List<String> themeInheritanceStack,
ResourceDependencies deps) |
SimpleTheme(DomApplication da,
String styleName,
IScriptScope themeProperties,
ResourceDependencies rd,
List<String> searchpath) |
ThemeCssUtils(IScriptScope ss) |
| Modifier and Type | Class and Description |
|---|---|
class |
RhinoExecutor |
class |
RhinoScriptScope
A Rhino Javascript scope wrapped to allow easy access for common tasks.
|
| Modifier and Type | Method and Description |
|---|---|
IScriptScope |
IScriptScope.addObjectProperty(String name)
Create a new object property inside this one, with the specified name.
|
IScriptScope |
IScriptScope.newScope()
Create a new writable scope that has this scope as the "delegate".
|
| Modifier and Type | Method and Description |
|---|---|
Object |
RhinoTemplate.execute(Appendable a,
IScriptScope scope)
Execute this template, and leave the result in the specified appendable.
|
void |
RhinoTemplateCompiler.execute(Appendable res,
Reader input,
String sourceName,
IScriptScope scope)
Compile, then execute the specified template once.
|
Copyright © 2017 etc.to. All rights reserved.