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 PageDescriptor
ThemeStylingService. getPage(String name)
Returns the page for given name.PageDescriptor
ThemeStylingServiceImpl. 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 void
ThemeStylingServiceImpl. 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 class
ThemePage
Deprecated.since 7.4, usePageDescriptor
instead.Methods in org.nuxeo.theme.styling.service.descriptors that return PageDescriptor Modifier and Type Method Description PageDescriptor
PageDescriptor. clone()
Methods in org.nuxeo.theme.styling.service.descriptors with parameters of type PageDescriptor Modifier and Type Method Description void
PageDescriptor. 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. pageResources
Methods in org.nuxeo.theme.styling.service.registries that return PageDescriptor Modifier and Type Method Description PageDescriptor
PageRegistry. clone(PageDescriptor orig)
PageDescriptor
PageRegistry. getConfigurationApplyingToAll()
PageDescriptor
PageRegistry. getConfigurationApplyingToAllThemes()
Deprecated.since 7.4: usePageRegistry.getConfigurationApplyingToAll()
instead.PageDescriptor
PageRegistry. getPage(String id)
PageDescriptor
PageRegistry. 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 PageDescriptor
PageRegistry. clone(PageDescriptor orig)
void
PageRegistry. contributionRemoved(String id, PageDescriptor origContrib)
void
PageRegistry. contributionUpdated(String id, PageDescriptor contrib, PageDescriptor newOrigContrib)
String
PageRegistry. getContributionId(PageDescriptor contrib)
void
PageRegistry. merge(PageDescriptor src, PageDescriptor dst)
void
PageRegistry. removeContribution(PageDescriptor contrib)
-