|
|
|
|
source | java.lang.Object | custom | |
|
The source of values, a Java collection or array.
|
|
value | java.lang.Object | custom | | null |
If provided, then on each iteration, the value property is updated.
|
|
index | java.lang.Object | custom | | null |
If provided, then the index of the loop is set on each iteration.
|
|
element | java.lang.Object | custom | | null |
If provided, then the Foreach creates an element wrapping its content.
Informal parameters become attributes of the element.
|
|
keyProvider | java.lang.Object | custom | |
|
The IKeyProvider to use to determine Part ID's of values being iterated
over.
|
|
partialBlock | java.lang.Object | custom | | null |
The PartialRenderBlock service that will provide a valid
IMarkupWriter to the loop iteration if the contents of the loop
should be partially rendered, even if the partId of the contents
isn't specifically in the part request.
|