| Package | Description |
|---|---|
| to.etc.domui.dom.header | |
| to.etc.domui.dom.html | |
| to.etc.domui.server |
| Modifier and Type | Class and Description |
|---|---|
class |
FaviconContributor |
class |
GoogleChartsContributor
Header to load Google charts library if needed
Created by tinie on 28-10-15.
|
class |
JavascriptContributor
Contributes a specific .js file from the webapp to the page.
|
class |
JavaScriptletContributor |
class |
ThemedJavascriptContributor
Javascript contributor which obtains the Javascript to use from the
current theme.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderContributor |
HeaderContributorEntry.getContributor() |
static HeaderContributor |
HeaderContributor.loadGoogleAnalytics(String uacode)
Add a header contributor to add the Google Analytics blurb to every page.
|
static HeaderContributor |
HeaderContributor.loadGoogleCharts() |
static HeaderContributor |
HeaderContributor.loadJavascript(String name) |
static HeaderContributor |
HeaderContributor.loadJavaScriptlet(String name) |
static HeaderContributor |
HeaderContributor.loadStylesheet(String name) |
static HeaderContributor |
HeaderContributor.loadThemedJavasciptContributor(String name) |
| Constructor and Description |
|---|
HeaderContributorEntry(HeaderContributor contributor,
int order) |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.addHeaderContributor(HeaderContributor hc,
int order)
Call from within the onHeaderContributor call on a node to register any header
contributors needed by a node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomApplication.addHeaderContributor(HeaderContributor hc,
int order)
Call from within the onHeaderContributor call on a node to register any header
contributors needed by a node.
|
Copyright © 2017 etc.to. All rights reserved.