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, for removal: This API element is subject to removal in a future version.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 -
Uses of ContentProducer in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type ContentProducerModifier and TypeMethodDescription@NotNull String
PreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrl
(@NotNull ContentProducer contentProducer) @NotNull PreviewUrl
PreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrlObject
(@NotNull ContentProducer contentProducer) -
Uses of ContentProducer in de.espirit.firstspirit.generate
Methods in de.espirit.firstspirit.generate with parameters of type ContentProducerModifier and TypeMethodDescriptionFilenameFactory.getFilename
(String url, ContentProducer node, TemplateSet templateSet, Language language, PageParams pageParams) Calculate filename for provided combination of node, template set, language, and page params.UrlCreator.getFilename
(ContentProducer contentProducer, TemplateSet templateSet, Language language, PageParams pageParams) The complete file name (relative to content root) where the produced content of the providedcontentProducer
will be stored.UrlCreator.getUrl
(ContentProducer node, Language language, TemplateSet templateSet, PageParams pageParams, int mode) Get the url for the specified page in the specified language.@NotNull String
UrlFactory.getUrl
(@NotNull ContentProducer node, @NotNull TemplateSet templateSet, @NotNull Language language, @NotNull PageParams pageParams) Calculate path to provided combination of node, template set, language, and page params.
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams)
.