Uses of Interface
de.espirit.firstspirit.access.store.ContentProducer
Packages that use ContentProducer
Package
Description
-
Uses of ContentProducer in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return ContentProducerModifier and TypeMethodDescriptionGenerationContext.getNode()
Provides the currently processed node, e.g., aPageRef
.Methods in de.espirit.firstspirit.access with parameters of type ContentProducerModifier and TypeMethodDescriptionUrlCreator.getFilename
(ContentProducer node, TemplateSet templateSet, Language language, String pageSuffix) Deprecated.UrlCreator.getUrl
(ContentProducer node, Language language, TemplateSet templateSet, PageParams pageParams, int mode) -
Uses of ContentProducer in de.espirit.firstspirit.access.store.globalstore
Subinterfaces of ContentProducer in de.espirit.firstspirit.access.store.globalstoreModifier and TypeInterfaceDescriptioninterface
Interface providing means to operate on global store pages.Methods in de.espirit.firstspirit.access.store.globalstore with parameters of type ContentProducerModifier and TypeMethodDescriptionURLProperties.getAlternativeUrls
(@NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet) Get the list of alternative URLs for the specified parameter set.@Nullable String
URLProperties.getStoredUrl
(@NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Get the stored URL for the specified parameters set.void
URLProperties.setAlternativeUrls
(@NotNull Collection<String> urls, @NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet) Set the list of alternative URLs for the specified parameter set.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull ContentProducer node, @NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Set the stored URL for the specified parameters set. -
Uses of ContentProducer in de.espirit.firstspirit.access.store.pagestore
Subinterfaces of ContentProducer in de.espirit.firstspirit.access.store.pagestoreModifier and TypeInterfaceDescriptioninterface
This interface provides methods to handle the Pages in the PageStore -
Uses of ContentProducer in de.espirit.firstspirit.access.store.sitestore
Subinterfaces of ContentProducer in de.espirit.firstspirit.access.store.sitestoreModifier and TypeInterfaceDescriptioninterface
A DocumentGroup groupsDocumentGroupLink's
as their child nodes (seeStoreElement.getChildren()
).interface
This interface provides methods to handle the pagereferences in the SiteStore
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams)
.