| Package | Description |
|---|---|
| org.nuxeo.theme.styling.service | |
| org.nuxeo.theme.styling.service.descriptors | |
| org.nuxeo.theme.styling.service.registries |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
ThemeStylingServiceImpl.getFlavor(String flavorName) |
Flavor |
ThemeStylingService.getFlavor(String flavorName)
Returns the flavor for given name, or null if not found.
|
| Modifier and Type | Method and Description |
|---|---|
List<Flavor> |
ThemeStylingServiceImpl.getFlavors(String themePageName) |
List<Flavor> |
ThemeStylingService.getFlavors(String themePage)
Returns the flavors for a given theme page
|
| Modifier and Type | Method and Description |
|---|---|
protected Logo |
ThemeStylingServiceImpl.computeLogo(Flavor flavor,
List<String> flavors) |
protected PalettePreview |
ThemeStylingServiceImpl.computePalettePreview(Flavor flavor,
List<String> flavors) |
protected List<FlavorPresets> |
ThemeStylingServiceImpl.computePresets(Flavor flavor,
List<String> flavors) |
protected void |
ThemeStylingServiceImpl.registerFlavor(Flavor flavor,
RuntimeContext extensionContext) |
protected void |
ThemeStylingServiceImpl.registerFlavorToThemeService(Flavor flavor,
RuntimeContext extensionContext) |
protected void |
ThemeStylingServiceImpl.unregisterFlavorToThemeService(Flavor flavor) |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
Flavor.clone() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Flavor> |
FlavorRegistry.themePageFlavors |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorRegistry.clone(Flavor orig) |
Flavor |
FlavorRegistry.getFlavor(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Flavor> |
FlavorRegistry.getFlavorsExtending(String flavor) |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorRegistry.clone(Flavor orig) |
void |
FlavorRegistry.contributionRemoved(String id,
Flavor origContrib) |
void |
FlavorRegistry.contributionUpdated(String id,
Flavor contrib,
Flavor newOrigContrib) |
String |
FlavorRegistry.getContributionId(Flavor contrib) |
void |
FlavorRegistry.merge(Flavor src,
Flavor dst) |
Copyright © 2020 Chalmers University. All rights reserved.