Package | Description |
---|---|
com.amazon.ask.response.template.loader.impl |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentLRUTemplateCache
.
|
Modifier and Type | Field and Description |
---|---|
protected TemplateCache |
AbstractLocalTemplateFileLoader.templateCache
Caches the template content.
|
protected TemplateCache |
AbstractLocalTemplateFileLoader.Builder.templateCache
Caches the template content.
|
Modifier and Type | Method and Description |
---|---|
Self |
AbstractLocalTemplateFileLoader.Builder.withTemplateCache(TemplateCache templateCache)
Adds template cache to TemplateFileLoader.
|
Constructor and Description |
---|
AbstractLocalTemplateFileLoader(String directoryPath,
String fileExtension,
ClassLoader classLoader,
TemplateCache templateCache,
BiFunction<String,Input,TemplateEnumerator<Input>> templateEnumeratorSupplier)
Constructor for AbstractLocalTemplateFileLoader.
|
LocalTemplateFileLoader(String directoryPath,
String fileExtension,
ClassLoader classLoader,
TemplateCache templateCache,
BiFunction<String,HandlerInput,TemplateEnumerator<HandlerInput>> templateEnumeratorSupplier)
Constructor for LocalTemplateFileLoader.
|
Copyright © 2023. All rights reserved.