Package | Description |
---|---|
com.amazon.ask.response.template.impl | |
com.amazon.ask.response.template.loader.impl |
Modifier and Type | Field and Description |
---|---|
protected List<TemplateLoader<Input>> |
BaseTemplateFactory.templateLoaders
List of loader interfaces for template loading from data store.
|
protected List<TemplateLoader<Input>> |
BaseTemplateFactory.Builder.templateLoaders
List of loader interfaces for template loading from data store.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseTemplateFactory.Builder.addTemplateLoader(TemplateLoader<Input> templateLoader)
Add a Template Loader to BaseTemplateFactory instance.
|
Modifier and Type | Method and Description |
---|---|
Self |
BaseTemplateFactory.Builder.addTemplateLoaders(List<TemplateLoader<Input>> templateLoaders)
Add multiple Template Loaders to BaseTemplateFactory instance.
|
Constructor and Description |
---|
BaseTemplateFactory(List<TemplateLoader<Input>> templateLoaders,
TemplateRenderer<Output> templateRenderer)
Constructor to build an instance of BaseTemplateFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalTemplateFileLoader<Input>
TemplateLoader abstract implementation to load template file from local file system, build and return TemplateContentData . |
class |
LocalTemplateFileLoader
TemplateLoader abstract implementation to load template file from local file system, build and return TemplateContentData . |
Copyright © 2023. All rights reserved.