Uses of Interface
de.espirit.firstspirit.access.store.templatestore.PageTemplate
Package
Description
-
Uses of PageTemplate in de.espirit.firstspirit.access.project
Modifier and TypeMethodDescription@Nullable PageTemplate
Project.getRedirectTemplate()
Returns the template used to generateexternal
orrelated project
links ofpage reference nodes
.
If the redirect template isnull
a default redirect html is used:@Nullable PageTemplate
Project.getWebeditDefaultTemplate()
Returns the default page template that should be used in webedit, ornull
if not specified.Modifier and TypeMethodDescriptionvoid
Project.setRedirectTemplate
(@Nullable PageTemplate template) Sets the template which should be used to generateexternal
orrelated project
links ofpage reference nodes
.
If the redirect template is set tonull
a default redirect html is used:void
Project.setWebeditDefaultTemplate
(@Nullable PageTemplate template) Sets the default page template that should be used in webedit, ornull
for no default page template. -
Uses of PageTemplate in de.espirit.firstspirit.access.store.globalstore
Modifier and TypeMethodDescription@NotNull PageTemplate
ProjectProperties.getTemplate()
Returns the template for this project properties or throws aReferenceNotFoundException
if no template is defined or defined template couldn't be found.Modifier and TypeMethodDescriptionvoid
ProjectProperties.setTemplate
(@Nullable PageTemplate template) Sets the template for this project properties. -
Uses of PageTemplate in de.espirit.firstspirit.access.store.pagestore
Modifier and TypeMethodDescription@NotNull PageTemplate
Page.getTemplate()
Returns the template of this element.Modifier and TypeMethodDescriptionvoid
Page.setTemplate
(@NotNull PageTemplate pageTemplate) Set the template for this page. -
Uses of PageTemplate in de.espirit.firstspirit.access.store.sitestore
Modifier and TypeMethodDescription@Nullable PageTemplate
DocumentGroup.getPrefixTemplate()
Get the template which is used to render the prefix, e.g. a table of contents@Nullable PageTemplate
DocumentGroup.getSuffixTemplate()
Get the template which is used to render the suffix, e.g. an indexModifier and TypeMethodDescriptionvoid
DocumentGroup.setPrefixTemplate
(PageTemplate value) Set the template which is used to render the prefix, e.g. a table of contentsvoid
DocumentGroup.setSuffixTemplate
(PageTemplate value) Set the template which is used to render the suffix, e.g. an index -
Uses of PageTemplate in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionPageTemplates.createTemplate
(@NotNull String uid) Create a new template in this folder.PageTemplates.createTemplate
(@NotNull String uid, boolean unifyNamesOnServer) Create a new template in this folder.PageTemplates.createTemplate
(@NotNull String uid, @Nullable Map<Language, String> lang2DisplayName, boolean unifyNamesOnServer) Create a new template in this folder.@Nullable PageTemplate
PageTemplates.getTemplate
(@NotNull String uid) Returns page template with the given uid ornull
.Modifier and TypeMethodDescriptionPageTemplates.createTemplateFolder
(@NotNull String name) Create a new sub-folder in this folderPageTemplates.createTemplateFolder
(@NotNull String name, @Nullable Map<Language, String> lang2DisplayName) Create a new sub-folder in this folder -
Uses of PageTemplate in de.espirit.firstspirit.store.operations
Modifier and TypeMethodDescriptionSynchronizeTemplateBodiesOperation.perform
(@NotNull PageTemplate pageTemplate) Performs the operation and synchronizes the bodies of all pages referencing the given template.