Modifier and Type | Method and Description |
---|---|
TemplateSet |
GenerationContext.getTemplateSet()
Get the current template set that is used in the generation context
|
TemplateSet |
GenerationScriptContext.getTemplateSet()
The current generated TemplateSet
|
Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(ContentProducer node,
TemplateSet templateSet,
Language language,
String pageSuffix)
Deprecated.
since 5.0.3 - use
UrlCreator.getFilename(ContentProducer, TemplateSet, Language, PageParams) . |
String |
UrlCreator.getUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TemplateSet |
Project.createTemplateSet()
Create a new TemplateSet
|
TemplateSet |
Project.getWebEditTemplateSet()
the templateset for webedit
|
Modifier and Type | Method and Description |
---|---|
List<TemplateSet> |
Project.getTemplateSets()
Get all
TemplateSet s of this project. |
Modifier and Type | Method and Description |
---|---|
void |
Project.addTemplateSet(TemplateSet templateSet)
Adds a
TemplateSet . |
void |
Project.removeTemplateSet(TemplateSet templateSet)
Remove
TemplateSet . |
void |
Project.setWebEditTemplateSet(TemplateSet webEditTemplateSet)
sets the templateSet for webedit
|
Modifier and Type | Method and Description |
---|---|
TemplateSet |
MPPViewport.getTemplateSet()
Get the
TemplateSet configured for this viewport. |
Modifier and Type | Method and Description |
---|---|
void |
MPPViewport.setTemplateSet(TemplateSet templateSet)
Set the
TemplateSet to be used for this viewport. |
MPPViewport.Builder |
MPPViewport.Builder.templateSet(TemplateSet templateSet)
Set the
TemplateSet to be used for this viewport. |
Modifier and Type | Method and Description |
---|---|
TemplateSet |
DeltaGeneration.DeletedPageInfo.getTemplateSet()
Template set of deleted page.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Language,TemplateSet>> |
GenerateTask.getGenerateList()
Get a list of language/template set combinations which should be generated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
ContentProducer.getExtension(TemplateSet templateSet)
Get the file / url extension for this content producer, e.g.
|
MultiPageParams |
ContentProducer.getMultiPageParams(Language language,
TemplateSet templateSet) |
String |
Previewable.getPreviewUrl(Language language,
TemplateSet templateSet,
boolean release,
int mode,
Map<?,?> params)
Deprecated.
since 5.2.190105, please use
PreviewUrlAgent.ContentProducerPreviewUrlBuilder#getUrl(ContentProducer) |
PreviewUrl |
Previewable.getPreviewUrlObject(Language language,
TemplateSet templateSet,
boolean release,
int mode,
Map<?,?> params)
Deprecated.
since 5.2.190105, please use
PreviewUrlAgent.ContentProducerPreviewUrlBuilder#getUrlObject(ContentProducer) |
String |
ContentProducer.getStoredUrl(Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for this node and the provided combination of language, template set, and (optionally) entity.
|
String |
ContentProducer.getUrl(UrlCreatorProvider urlCreatorProvider,
Language lang,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Create an url for this node using the specified
urlCreatorProvider ,
language , template set , and pageParams (sub page). |
Modifier and Type | Method and Description |
---|---|
List<String> |
URLProperties.getAlternativeUrls(ContentProducer node,
Language language,
TemplateSet templateSet)
Get the list of alternative URLs for the specified parameter set.
|
String |
URLProperties.getStoredUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Get the stored URL for the specified parameters set.
|
String |
URLProperties.getStoredUrl(SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Get the stored URL for the specified parameter set.
|
void |
URLProperties.setAlternativeUrls(Collection<String> urls,
ContentProducer node,
Language language,
TemplateSet templateSet)
Set the list of alternative URLs for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
ContentProducer node,
Language language,
TemplateSet templateSet,
Object multiPageObject)
Set the stored URL for the specified parameters set.
|
void |
URLProperties.setStoredUrl(String url,
SiteStoreFolder folder,
Language language,
TemplateSet templateSet)
Set the stored URL for the specified parameter set.
|
Modifier and Type | Method and Description |
---|---|
TemplateSet |
DocumentGroup.getDefaultTemplateSet()
Gives the default template set to be used.
|
TemplateSet[] |
DocumentGroup.getGenerateFor()
The template sets for which this document group should be generated
|
Modifier and Type | Method and Description |
---|---|
String |
SiteStoreFolder.getStoredUrl(Language language,
TemplateSet templateSet)
Get the stored URL for this node and the provided combination of language and template set.
|
String |
SiteStoreRoot.getStoredUrl(Language language,
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.
|
Modifier and Type | Method and Description |
---|---|
TemplateSet |
FormatTemplateChannel.getTemplateSet()
Provides the template set, this specifica are defined for.
|
TemplateSet |
TemplateExtension.getTemplateSet()
Get the current TemplateSet for this TemplateExtension
|
Modifier and Type | Method and Description |
---|---|
FormatTemplateChannel |
FormatTemplate.getChannel(TemplateSet templateSet)
Provides the channel specifica with respect to the given template set.
|
FormatTemplateChannel |
Style.getChannel(TemplateSet templateSet)
Provides the channel specifica for the given template set.
|
String |
ChannelSourceProvider.getChannelSource(TemplateSet templateSet)
Get the source for the channel specified by the given templateset.
|
Executable |
Script.getExecutable(TemplateSet templateSet)
Provides an executable based on the requested template set.
|
TemplateDocument |
TemplateContentProvider.getTemplateDocument(TemplateSet templateSet)
Get a document for a template set for the given channel.
|
TemplateExtension |
MasterTemplate.getTemplateExtension(TemplateSet set)
Returns the template extension object for the given
template set . |
void |
ChannelSourceProvider.setChannelSource(TemplateSet templateSet,
String source)
Sets the given source for the template channel specified by the given template set
|
Modifier and Type | Method and Description |
---|---|
TemplateSet |
UrlAgent.PageRefUrlEntry.getTemplateSet()
Returns the
template set for which this url entry is specified for. |
TemplateSet |
UrlAgent.PageRefFolderUrlEntry.getTemplateSet()
Returns the
template set for which this url entry is specified for. |
Modifier and Type | Method and Description |
---|---|
List<TemplateSet> |
ProjectAgent.getTemplateSets()
Get a list of available template sets.
|
Modifier and Type | Method and Description |
---|---|
String |
UIAgent.getDisplayName(TemplateSet templateSet)
Provides the display name for the given template set according to the currently set UI language and display mode.
|
PreviewUrlAgent.ContentProducerPreviewUrlBuilder |
PreviewUrlAgent.ContentProducerPreviewUrlBuilder.templateSet(TemplateSet templateSet)
Selects the
TemplateSet to use for rendering the preview url. |
RenderingAgent.Renderer |
RenderingAgent.Renderer.templateSet(TemplateSet templateSet)
Overwrite which template set should be used for rendering - default template set is the first template set of
the project.
|
Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(ContentProducer contentProducer,
TemplateSet templateSet,
Language language,
PageParams pageParams)
The complete file name (relative to content root) where the produced content of the provided
contentProducer will be stored. |
String |
FilenameFactory.getFilename(String url,
ContentProducer node,
TemplateSet templateSet,
Language language,
PageParams pageParams)
Calculate filename for provided combination of node, template set, language, and page params.
|
String |
UrlCreator.getUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Get the url for the specified page in the specified language.
|
String |
UrlFactory.getUrl(ContentProducer node,
TemplateSet templateSet,
Language language,
PageParams pageParams)
Calculate path to provided combination of node, template set, language, and page params.
|
String |
PathLookup.lookupPath(IDProvider folder,
Language language,
TemplateSet templateSet)
Get the predefined path for the requested folder node or
null , if no predefined path is set. |
Modifier and Type | Method and Description |
---|---|
void |
ExportOperation.ChannelsProviderOptions.useCustomExtension(TemplateSet templateSet,
String extension)
Defines to use custom extensions when exporting channels.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210