summaryrefslogtreecommitdiffstats
path: root/WebContent/WEB-INF/repeat.tld
blob: cdd6836958b4f9fa62add26dd1466b39e71f18cb (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>JSP</body-content>
    <attribute>
       <name>times</name>
       <description>The amount of times the body is printed.</description>
       <required>true</required>
    </attribute>
  </tag>
</taglib>