Uses of Interface
de.espirit.firstspirit.access.project.TemplateSet
Package
Description
-
Uses of TemplateSet in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionGenerationContext.getTemplateSet()
Get the current template set that is used in the generation contextGenerationScriptContext.getTemplateSet()
The current generated TemplateSetModifier 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 TemplateSet in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescriptionProject.createTemplateSet()
Create a new TemplateSet@Nullable TemplateSet
Project.getWebEditTemplateSet()
the templateset for webeditModifier and TypeMethodDescription@NotNull List<TemplateSet>
Project.getTemplateSets()
Get allTemplateSet
s of this project.Modifier and TypeMethodDescriptionvoid
Project.addTemplateSet
(TemplateSet templateSet) Adds aTemplateSet
.void
Project.removeTemplateSet
(TemplateSet templateSet) RemoveTemplateSet
.void
Project.setWebEditTemplateSet
(TemplateSet webEditTemplateSet) sets the templateSet for webedit -
Uses of TemplateSet in de.espirit.firstspirit.access.project.mpp
Modifier and TypeMethodDescription@Nullable TemplateSet
MPPViewport.getTemplateSet()
Get theTemplateSet
configured for this viewport.Modifier and TypeMethodDescriptionvoid
MPPViewport.setTemplateSet
(@Nullable TemplateSet templateSet) Set theTemplateSet
to be used for this viewport.MPPViewport.Builder.templateSet
(@Nullable TemplateSet templateSet) Set theTemplateSet
to be used for this viewport. -
Uses of TemplateSet in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescription@NotNull TemplateSet
DeltaGeneration.DeletedPageInfo.getTemplateSet()
Template set of deleted page.Modifier and TypeMethodDescriptionGenerateTask.getGenerateList()
Get a list of language/template set combinations which should be generated.Modifier and TypeMethodDescriptionboolean
GenerateTask.getGenerateFlag
(Language language, TemplateSet templateSet) Get the generate flag for a specific language/template set combination.void
GenerateTask.setGenerateFlag
(Language language, TemplateSet templateSet, boolean generate) Set the generate flag for a specific language/template set combination. -
Uses of TemplateSet in de.espirit.firstspirit.access.store
Modifier and TypeMethodDescriptionContentProducer.getExtension
(@NotNull TemplateSet templateSet) Get the file / url extension for this content producer, e.g.ContentProducer.getMultiPageParams
(@NotNull Language language, @NotNull TemplateSet templateSet) Previewable.getPreviewUrl
(Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrl(ContentProducer)
Previewable.getPreviewUrlObject
(@Nullable Language language, TemplateSet templateSet, boolean release, int mode, Map<?, ?> params) Deprecated.since 5.2.190105, please usePreviewUrlAgent.ContentProducerPreviewUrlBuilder.getUrlObject(ContentProducer)
@Nullable String
ContentProducer.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet, @Nullable Object multiPageObject) Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.ContentProducer.getUrl
(@NotNull UrlCreatorProvider urlCreatorProvider, @NotNull Language lang, @NotNull TemplateSet templateSet, @NotNull PageParams pageParams, int mode) Create an url for this node using the specifiedurlCreatorProvider
,language
,template set
, andpageParams
(sub page). -
Uses of TemplateSet in de.espirit.firstspirit.access.store.globalstore
Modifier 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.@Nullable String
URLProperties.getStoredUrl
(@NotNull SiteStoreFolder folder, @NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for the specified parameter 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.void
URLProperties.setStoredUrl
(@Nullable String url, @NotNull SiteStoreFolder folder, @NotNull Language language, @NotNull TemplateSet templateSet) Set the stored URL for the specified parameter set. -
Uses of TemplateSet in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescriptionDocumentGroup.getDefaultTemplateSet()
Gives the default template set to be used.DocumentGroup.getGenerateFor()
The template sets for which this document group should be generatedModifier and TypeMethodDescription@Nullable String
SiteStoreFolder.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.@Nullable String
SiteStoreRoot.getStoredUrl
(@NotNull Language language, @NotNull TemplateSet templateSet) Get the stored URL for this node and the provided combination of language and template set.void
DocumentGroup.setDefaultTemplateSet
(TemplateSet value) Defines the default template set to be used.void
DocumentGroup.setGenerateFor
(TemplateSet[] value) Defines to generate this group for the given list of template sets. -
Uses of TemplateSet in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionFormatTemplateChannel.getTemplateSet()
Provides the template set, this specifica are defined for.TemplateExtension.getTemplateSet()
Get the current TemplateSet for this TemplateExtensionModifier and TypeMethodDescriptionFormatTemplate.getChannel
(@NotNull TemplateSet templateSet) Provides the channel specifica with respect to the given template set.Style.getChannel
(TemplateSet templateSet) Provides the channel specifica for the given template set.ChannelSourceProvider.getChannelSource
(@NotNull TemplateSet templateSet) Get the source for the channel specified by the given templateset.Script.getExecutable
(TemplateSet templateSet) Provides an executable based on the requested template set.TemplateContentProvider.getTemplateDocument
(@NotNull TemplateSet templateSet) Get a document for a template set for the given channel.@NotNull TemplateExtension
MasterTemplate.getTemplateExtension
(TemplateSet set) Returns the template extension object for the giventemplate set
.void
ChannelSourceProvider.setChannelSource
(@NotNull TemplateSet templateSet, String source) Sets the given source for the template channel specified by the given template set -
Uses of TemplateSet in de.espirit.firstspirit.agency
Modifier and TypeMethodDescription@Nullable TemplateSet
UrlAgent.PageRefFolderUrlEntry.getTemplateSet()
Returns thetemplate set
for which this url entry is specified for.@Nullable TemplateSet
UrlAgent.PageRefUrlEntry.getTemplateSet()
Returns thetemplate set
for which this url entry is specified for.Modifier and TypeMethodDescription@NotNull List<TemplateSet>
ProjectAgent.getTemplateSets()
Get a list of available template sets.Modifier and TypeMethodDescription@NotNull String
UIAgent.getDisplayName
(@NotNull TemplateSet templateSet) Provides the display name for the given template set according to the currently set UI language and display mode.PreviewUrlAgent.ContentProducerPreviewUrlBuilder.templateSet
(TemplateSet templateSet) Selects theTemplateSet
to use for rendering the preview url.@NotNull RenderingAgent.Renderer
RenderingAgent.Renderer.templateSet
(@NotNull TemplateSet templateSet) Overwrite which template set should be used for rendering - default template set is the first template set of the project. -
Uses of TemplateSet in de.espirit.firstspirit.generate
Modifier 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.@Nullable String
PathLookup.lookupPath
(@NotNull IDProvider folder, @NotNull Language language, @Nullable TemplateSet templateSet) Get the predefined path for the requested folder node ornull
, if no predefined path is set. -
Uses of TemplateSet in de.espirit.firstspirit.store.access.nexport.operations
Modifier and TypeMethodDescriptionvoid
ExportOperation.ChannelsProviderOptions.useCustomExtension
(@NotNull TemplateSet templateSet, @NotNull String extension) Defines to use custom extensions when exporting channels.
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams)
.