Protected
Readonly
_fileProtected
Readonly
_templateProtected
Readonly
_templateProtected
getRetrieves the title of a template page in the specified language.
An object containing language-specific titles.
The language identifier for the title. Defaults to "en", if not provided.
The page title in the specified language, or the first available language if not found.
This method is responsible for the population of the application layer template for list capability. When all dependencies needed by template (@see {ListCapabilityAppLayerTemplate} for more details) are populated, the template renderer is invoked to generate the resulting code.
The promise which results to a LayerArtifact
instance - the application layer code of the list capability.
ListAppLayerTemplateProcessor
class is responsible for generating the application layer using template population approach for list capability. This class provides specific logic for the population of template and dependencies needed for the application layer of the list capability of the generated application.Template: ListCapabilityAppLayerTemplate
The type of the list capability application layer template model.