addIndex(String input, int startIndex) Adds index value to the first found property matching this Iteration starting at index startIndex.
Parameters: input - The input String. Parameters: startIndex - The index where search for property begins.
addIndexToTagProperty(String tagProperty) Replaces value of a tag property to match it's value with current iteration and all other iterations.
Parameters: tagProperty - the property of a TagHandler.
processTagProperty(String tagProperty) Replaces value of a tag property to match it's value with current iteration and all other iterations.
Parameters: tagProperty - the property of a TagHandler.
Adds index value to the first found property matching this Iteration starting at index startIndex.
Parameters: input - The input String. Parameters: startIndex - The index where search for property begins. A Map containing the modified tag property in PROCESS_STRING key and the index where the modification occured in PROCESS_INDEX key.
Replaces value of a tag property to match it's value with current iteration and all other iterations.
Parameters: tagProperty - the property of a TagHandler. The tag property with all "[]" replaced with the correct iteration value.
Replaces value of a tag property to match it's value with current iteration and all other iterations.
Parameters: tagProperty - the property of a TagHandler. A Map containing the modified tag property in PROCESS_STRING key and the index where the modification occured in PROCESS_INDEX key.
This attribute is used to mark whether an iterate tag is
in it's final iteration. Since the ConditionalTagHandler
can increment the iterate the final iterate in the doEndFragment
of the IterateTagHandler needs to know it is in it's final iterate.
Parameters: aFinal -
This property specifies whether to increment the iterate in
the doEndFragment. The ConditionalTagHandler has the ability
to increment the IterateContext, so it is neccessary to avoid
incrementing in both the ConditionalTag and the IterateTag.
Parameters: property - The property to set.
setSomeSubElementsHaveContent
public void setSomeSubElementsHaveContent(boolean someSubElementsHaveContent)(Code)