Uses of Class
org.nuxeo.theme.styling.service.descriptors.PageDescriptor
-
Packages that use PageDescriptor Package Description org.nuxeo.theme.styling.service org.nuxeo.theme.styling.service.descriptors org.nuxeo.theme.styling.service.registries -
-
Uses of PageDescriptor in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return PageDescriptor Modifier and Type Method Description PageDescriptorThemeStylingService. getPage(String name)Returns the page for given name.PageDescriptorThemeStylingServiceImpl. getPage(String name)Methods in org.nuxeo.theme.styling.service that return types with arguments of type PageDescriptor Modifier and Type Method Description List<PageDescriptor>ThemeStylingService. getPages()Rerurns all pages declared on the service, except the global one named "*".List<PageDescriptor>ThemeStylingServiceImpl. getPages()Methods in org.nuxeo.theme.styling.service with parameters of type PageDescriptor Modifier and Type Method Description protected voidThemeStylingServiceImpl. mergePage(PageDescriptor page, PageDescriptor globalPage) -
Uses of PageDescriptor in org.nuxeo.theme.styling.service.descriptors
Subclasses of PageDescriptor in org.nuxeo.theme.styling.service.descriptors Modifier and Type Class Description classThemePageDeprecated.since 7.4, usePageDescriptorinstead.Methods in org.nuxeo.theme.styling.service.descriptors that return PageDescriptor Modifier and Type Method Description PageDescriptorPageDescriptor. clone()Methods in org.nuxeo.theme.styling.service.descriptors with parameters of type PageDescriptor Modifier and Type Method Description voidPageDescriptor. merge(PageDescriptor src) -
Uses of PageDescriptor in org.nuxeo.theme.styling.service.registries
Fields in org.nuxeo.theme.styling.service.registries with type parameters of type PageDescriptor Modifier and Type Field Description protected Map<String,PageDescriptor>PageRegistry. pageResourcesMethods in org.nuxeo.theme.styling.service.registries that return PageDescriptor Modifier and Type Method Description PageDescriptorPageRegistry. clone(PageDescriptor orig)PageDescriptorPageRegistry. getConfigurationApplyingToAll()PageDescriptorPageRegistry. getConfigurationApplyingToAllThemes()Deprecated.since 7.4: usePageRegistry.getConfigurationApplyingToAll()instead.PageDescriptorPageRegistry. getPage(String id)PageDescriptorPageRegistry. getThemePage(String id)Deprecated.since 7.4: usePageRegistry.getPage(String)instead.Methods in org.nuxeo.theme.styling.service.registries that return types with arguments of type PageDescriptor Modifier and Type Method Description List<PageDescriptor>PageRegistry. getPages()List<PageDescriptor>PageRegistry. getThemePages()Deprecated.since 7.4: usePageRegistry.getPages()instead.Methods in org.nuxeo.theme.styling.service.registries with parameters of type PageDescriptor Modifier and Type Method Description PageDescriptorPageRegistry. clone(PageDescriptor orig)voidPageRegistry. contributionRemoved(String id, PageDescriptor origContrib)voidPageRegistry. contributionUpdated(String id, PageDescriptor contrib, PageDescriptor newOrigContrib)StringPageRegistry. getContributionId(PageDescriptor contrib)voidPageRegistry. merge(PageDescriptor src, PageDescriptor dst)voidPageRegistry. removeContribution(PageDescriptor contrib)
-