Uses of Class
org.nuxeo.theme.styling.service.descriptors.PageDescriptor
Packages that use PageDescriptor
Package
Description
-
Uses of PageDescriptor in org.nuxeo.theme.styling.service
Methods in org.nuxeo.theme.styling.service that return PageDescriptorModifier and TypeMethodDescriptionReturns the page for given name.Methods in org.nuxeo.theme.styling.service that return types with arguments of type PageDescriptorModifier and TypeMethodDescriptionThemeStylingService.getPages()
Rerurns all pages declared on the service, except the global one named "*".ThemeStylingServiceImpl.getPages()
Methods in org.nuxeo.theme.styling.service with parameters of type PageDescriptorModifier and TypeMethodDescriptionprotected void
ThemeStylingServiceImpl.mergePage
(PageDescriptor page, PageDescriptor globalPage) -
Uses of PageDescriptor in org.nuxeo.theme.styling.service.descriptors
Methods in org.nuxeo.theme.styling.service.descriptors that return PageDescriptorMethods in org.nuxeo.theme.styling.service.descriptors with parameters of type PageDescriptor -
Uses of PageDescriptor in org.nuxeo.theme.styling.service.registries
Fields in org.nuxeo.theme.styling.service.registries with type parameters of type PageDescriptorMethods in org.nuxeo.theme.styling.service.registries that return PageDescriptorModifier and TypeMethodDescriptionPageRegistry.clone
(PageDescriptor orig) PageRegistry.getConfigurationApplyingToAll()
Methods in org.nuxeo.theme.styling.service.registries that return types with arguments of type PageDescriptorMethods in org.nuxeo.theme.styling.service.registries with parameters of type PageDescriptorModifier and TypeMethodDescriptionPageRegistry.clone
(PageDescriptor orig) void
PageRegistry.contributionRemoved
(String id, PageDescriptor origContrib) void
PageRegistry.contributionUpdated
(String id, PageDescriptor contrib, PageDescriptor newOrigContrib) PageRegistry.getContributionId
(PageDescriptor contrib) void
PageRegistry.merge
(PageDescriptor src, PageDescriptor dst) void
PageRegistry.removeContribution
(PageDescriptor contrib)