Modifier and Type | Method and Description |
---|---|
PageParams |
GenerationContext.getPageParams()
Get the page params of the page which is generated.
|
Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getUrl(ContentProducer node,
Language language,
TemplateSet templateSet,
PageParams pageParams,
int mode)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static PageParams |
MultiPageParams.FIRST_PAGE |
static PageParams |
PageParams.SINGLE_PAGE_PARAMS
Static instance which may be used as page params for 'single pages'.
|
Modifier and Type | Method and Description |
---|---|
abstract PageParams |
MultiPageParams.getPageParams(int index) |
PageParams |
MultiPageParams.getPageParams(Map<String,?> params)
If the provided map contains the parameter "index" mapped to a number (or a string wich can be converted to a
number) the PageParams for the corresponding index is returned.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentProducer.createContent(GenerationContext gc,
PageParams params) |
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 | Class and Description |
---|---|
class |
ContentMultiPageParams.ContentPageParams
Specialized page parameters on records.
|
Modifier and Type | Method and Description |
---|---|
PageParams |
ContentMultiPageParams.getPageParams(Map<String,?> params)
Provides the parameters based on the given options.
|
Modifier and Type | Method and Description |
---|---|
PreviewUrlAgent.ContentProducerPreviewUrlBuilder |
PreviewUrlAgent.ContentProducerPreviewUrlBuilder.pageParams(PageParams pageParams)
Sets the
PageParams to use for rendering the preview url. |
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.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210