Mercurial > dive4elements > river
annotate .hgignore @ 6399:10fe6758dfb0
Datacage: Introduced <dc:container-context>.
It is an analogon to <dc:context> to fetch the data from a collection.
Usage:
<dc:container-context container="myContainer">
<dc:properties>
<dc:property name="a"/>
<dc:property name="b" alias="c"/>
</dc:properties>
<dc:for-each><!-- as usual --></dc:for-each>
</dc:container-context>
Iterates over the collection stored on stack with the name 'myContainer'
and fetched for each item via getA() and getB() the values to be stored
under 'a' and 'c'. dc:has-result() & Co work as expected.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Fri, 21 Jun 2013 20:02:15 +0200 |
parents | 764c21005f33 |
children | e1c30527c104 |
rev | line source |
---|---|
3990
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1 syntax: regexp |
5839
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
2 artifacts/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
3 artifacts/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
4 artifacts/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
5 artifacts/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
6 artifacts/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
7 backend/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
8 backend/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
9 backend/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
10 backend/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
11 backend/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
12 gwt-client/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
13 gwt-client/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
14 gwt-client/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
15 gwt-client/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
16 gwt-client/test-output # eclipse junit/testng plugin output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
17 gwt-client/src/main/webapp/OpenLayers-2.11 |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
18 etl/target # maven output |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
19 etl/\.classpath # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
20 etl/\.project # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
21 etl/\.settings # eclipse |
764c21005f33
Adjusted hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
4134
diff
changeset
|
22 etl/test-output # eclipse junit/testng plugin output |
3990
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
23 \.swp |
31aaabe34774
Added initial .hgignore
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
24 \.swo |