blob: f34873b10d202874972e62e1b300ce0c389e7229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<taglib>
<tlib-version>1.0</tlib-version>
<jsp-version>3.0</jsp-version>
<short-name>Custom Repeat Tag</short-name>
<tag>
<name>Repeat</name>
<tag-class>de.fhswf.in.inf.fit.aufgabe4.Repeat</tag-class>
<description>Repeats the body multiple times.</description>
<body-content>scriptless</body-content>
<attribute>
<name>times</name>
<description>The amount of times the body is printed.</description>
<required>true</required>
</attribute>
</tag>
</taglib>
|