Uses of Class
org.nuxeo.theme.styling.service.descriptors.FlavorDescriptor
-
Packages that use FlavorDescriptor Package Description org.nuxeo.theme.styling.service org.nuxeo.theme.styling.service.descriptors org.nuxeo.theme.styling.service.registries -
-
Uses of FlavorDescriptor in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return FlavorDescriptor Modifier and Type Method Description FlavorDescriptor
ThemeStylingService. getFlavor(String flavorName)
Returns the flavor for given name, or null if not found.FlavorDescriptor
ThemeStylingServiceImpl. getFlavor(String flavorName)
Methods in org.nuxeo.theme.styling.service that return types with arguments of type FlavorDescriptor Modifier and Type Method Description List<FlavorDescriptor>
ThemeStylingService. getFlavors(String themePage)
Returns the flavors for a given theme pageList<FlavorDescriptor>
ThemeStylingServiceImpl. getFlavors(String themePageName)
Methods in org.nuxeo.theme.styling.service with parameters of type FlavorDescriptor Modifier and Type Method Description protected List<IconDescriptor>
ThemeStylingServiceImpl. computeIcons(FlavorDescriptor flavor, List<String> flavors)
protected LogoDescriptor
ThemeStylingServiceImpl. computeLogo(FlavorDescriptor flavor, List<String> flavors)
protected PalettePreview
ThemeStylingServiceImpl. computePalettePreview(FlavorDescriptor flavor, List<String> flavors)
protected List<FlavorPresets>
ThemeStylingServiceImpl. computePresets(FlavorDescriptor flavor, List<String> flavors)
protected Map<String,Map<String,String>>
ThemeStylingServiceImpl. getPresetsByCat(FlavorDescriptor flavor)
protected void
ThemeStylingServiceImpl. registerFlavor(FlavorDescriptor flavor, RuntimeContext extensionContext)
-
Uses of FlavorDescriptor in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return FlavorDescriptor Modifier and Type Method Description FlavorDescriptor
FlavorDescriptor. clone()
Methods in org.nuxeo.theme.styling.service.descriptors with parameters of type FlavorDescriptor Modifier and Type Method Description void
FlavorDescriptor. merge(FlavorDescriptor src)
-
Uses of FlavorDescriptor in org.nuxeo.theme.styling.service.registries
Fields in org.nuxeo.theme.styling.service.registries with type parameters of type FlavorDescriptor Modifier and Type Field Description protected Map<String,FlavorDescriptor>
FlavorRegistry. themePageFlavors
Methods in org.nuxeo.theme.styling.service.registries that return FlavorDescriptor Modifier and Type Method Description FlavorDescriptor
FlavorRegistry. clone(FlavorDescriptor orig)
FlavorDescriptor
FlavorRegistry. getFlavor(String id)
Methods in org.nuxeo.theme.styling.service.registries that return types with arguments of type FlavorDescriptor Modifier and Type Method Description List<FlavorDescriptor>
FlavorRegistry. getFlavorsExtending(String flavor)
Methods in org.nuxeo.theme.styling.service.registries with parameters of type FlavorDescriptor Modifier and Type Method Description FlavorDescriptor
FlavorRegistry. clone(FlavorDescriptor orig)
void
FlavorRegistry. contributionRemoved(String id, FlavorDescriptor origContrib)
void
FlavorRegistry. contributionUpdated(String id, FlavorDescriptor contrib, FlavorDescriptor newOrigContrib)
String
FlavorRegistry. getContributionId(FlavorDescriptor contrib)
void
FlavorRegistry. merge(FlavorDescriptor src, FlavorDescriptor dst)
void
FlavorRegistry. removeContribution(FlavorDescriptor contrib)
-