diff options
Diffstat (limited to 'WebContent/WEB-INF/repeat.tld')
| -rw-r--r-- | WebContent/WEB-INF/repeat.tld | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/WEB-INF/repeat.tld b/WebContent/WEB-INF/repeat.tld new file mode 100644 index 0000000..f34873b --- /dev/null +++ b/WebContent/WEB-INF/repeat.tld @@ -0,0 +1,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>
\ No newline at end of file |
