public class EachHelper extends BasicSectionHelper
{{#each items}}
{{name}}
{{/each}}
SECTION_TYPESHELPER_TAG_TYPES| Constructor and Description |
|---|
EachHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Options options)
Execute the helper.
|
void |
init(Configuration configuration)
Initialize the component.
|
allowedTagTypesnumberOfRequiredHashEntries, numberOfRequiredParameters, validateappend, getHashValue, isSection, isUnescapeVariable, isVariablegetConfigurationKeys, checkNotInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationKeyspublic void init(Configuration configuration)
ConfigurationAwareConfigurationAware components e.g. (
LocaleSupport).
This method must not be called directly by the application.init in interface ConfigurationAwareinit in class AbstractHelperCopyright © 2014. All Rights Reserved.