customLinkPage

private open fun customLinkPage(customLink: CustomRefyLink, model: Model, isPreviewMode: Boolean): String

Method to format and return the CUSTOM_LINK_KEY related page

Return

the title of the correct page as String

Parameters

customLink

: the custom link requested

model

: the model used by Thymeleaf to format the web page

isPreviewMode

: whether the page has been requested in preview mode or normal mode