blob: b37a0edeadf4cae2bf8409df206d6b5be2d6877b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<!DOCTYPE component-specification PUBLIC
"-//Howard Lewis Ship//Tapestry Specification 1.3//EN"
"http://tapestry.sf.net/dtd/Tapestry_1_3.dtd">
<component-specification class="net.sf.tapestry.components.Any">
<description>
Dynamically emulates any element, including attributes (provided as
informal parameters).
</description>
<parameter name="element" java-type="java.lang.String" direction="in" required="yes">
<description>
The element to emulate.
</description>
</parameter>
</component-specification>