DetailAppLayerTemplateProcessor class is responsible for generating the application layer using template approach for detail capability. This class provides specific logic for the generation of template and dependencies needed for the application layer of the detail capability of the generated application.

The type of the detail capability application layer template model.

Hierarchy (View Summary)

Constructors

Properties

_filePath: string
_templatePath: string
_templateRenderer: TemplateGenerator<DetailCapabilityAppLayerTemplate>
strategyIdentifier: string = "detail-app-template-generator"

Methods

  • Retrieves the title of a template page in the specified language.

    Parameters

    • pageTitleLanguageString: undefined | LanguageString

      An object containing language-specific titles.

    • languageId: string = "en"

      The language identifier for the title. Defaults to "en", if not provided.

    Returns null | string

    The page title in the specified language, or the first available language if not found.