public final class LocaleTemplateEnumerator extends Object implements TemplateEnumerator<HandlerInput>
Modifier and Type | Class and Description |
---|---|
static class |
LocaleTemplateEnumerator.Builder
LocaleTemplateEnumerator Builder.
|
Modifier and Type | Field and Description |
---|---|
protected HandlerInput |
handlerInput
HandlerInput.
|
protected String |
templateName
Template name.
|
Modifier | Constructor and Description |
---|---|
protected |
LocaleTemplateEnumerator(String templateName,
HandlerInput handlerInput)
Constructor for LocaleTemplateEnumerator.
|
Modifier and Type | Method and Description |
---|---|
static LocaleTemplateEnumerator.Builder |
builder()
Static method returns an instance of Builder.
|
boolean |
hasNext()
.
|
String |
next()
.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
protected String templateName
protected HandlerInput handlerInput
protected LocaleTemplateEnumerator(String templateName, HandlerInput handlerInput)
templateName
- template name.handlerInput
- HandlerInput.public static LocaleTemplateEnumerator.Builder builder()
LocaleTemplateEnumerator.Builder
.public boolean hasNext()
Copyright © 2023. All rights reserved.