Uses of Interface
de.espirit.firstspirit.access.store.templatestore.PageTemplate
Packages that use PageTemplate
Package
Description
-
Uses of PageTemplate in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return PageTemplateModifier 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.Methods in de.espirit.firstspirit.access.project with parameters of type PageTemplateModifier 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
Methods in de.espirit.firstspirit.access.store.globalstore that return PageTemplateModifier 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.Methods in de.espirit.firstspirit.access.store.globalstore with parameters of type PageTemplateModifier and TypeMethodDescriptionvoid
ProjectProperties.setTemplate
(@Nullable PageTemplate template) Sets the template for this project properties. -
Uses of PageTemplate in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore that return PageTemplateModifier and TypeMethodDescription@NotNull PageTemplate
Page.getTemplate()
Returns the template of this element.Methods in de.espirit.firstspirit.access.store.pagestore with parameters of type PageTemplateModifier and TypeMethodDescriptionvoid
Page.setTemplate
(@NotNull PageTemplate pageTemplate) Set the template for this page. -
Uses of PageTemplate in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return PageTemplateModifier 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 indexMethods in de.espirit.firstspirit.access.store.sitestore with parameters of type PageTemplateModifier 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
Methods in de.espirit.firstspirit.access.store.templatestore that return PageTemplateModifier 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
.Methods in de.espirit.firstspirit.access.store.templatestore that return types with arguments of type PageTemplateModifier 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
Methods in de.espirit.firstspirit.store.operations with parameters of type PageTemplateModifier and TypeMethodDescriptionSynchronizeTemplateBodiesOperation.perform
(@NotNull PageTemplate pageTemplate) Performs the operation and synchronizes the bodies of all pages referencing the given template.