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 and rendering of the template for aggregate-specific implementation part of the list capability. When all dependencies needed by template (@see {InstanceListLdkitReaderTemplate} for more details) are populated, the template renderer is invoked to generate the resulting code.
Dependencies providing the information about the aggregate and context for the template.
A promise that resolves to the generated aggregate-specific implementation for list capability.
The
InstanceListLdkitReaderGenerator
class is responsible for generating the aggregate-specific implementation part of the list capability using the LDkit library. This class provides specific logic for template population and generation of dependencies needed for the data layer of the list capability of the generated application.