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 FlavorDescriptorThemeStylingService. getFlavor(String flavorName)Returns the flavor for given name, or null if not found.FlavorDescriptorThemeStylingServiceImpl. 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 LogoDescriptorThemeStylingServiceImpl. computeLogo(FlavorDescriptor flavor, List<String> flavors)protected PalettePreviewThemeStylingServiceImpl. 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 voidThemeStylingServiceImpl. 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 FlavorDescriptorFlavorDescriptor. clone()Methods in org.nuxeo.theme.styling.service.descriptors with parameters of type FlavorDescriptor Modifier and Type Method Description voidFlavorDescriptor. 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. themePageFlavorsMethods in org.nuxeo.theme.styling.service.registries that return FlavorDescriptor Modifier and Type Method Description FlavorDescriptorFlavorRegistry. clone(FlavorDescriptor orig)FlavorDescriptorFlavorRegistry. 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 FlavorDescriptorFlavorRegistry. clone(FlavorDescriptor orig)voidFlavorRegistry. contributionRemoved(String id, FlavorDescriptor origContrib)voidFlavorRegistry. contributionUpdated(String id, FlavorDescriptor contrib, FlavorDescriptor newOrigContrib)StringFlavorRegistry. getContributionId(FlavorDescriptor contrib)voidFlavorRegistry. merge(FlavorDescriptor src, FlavorDescriptor dst)voidFlavorRegistry. removeContribution(FlavorDescriptor contrib)
-