blob: 30fcc3e61ff18d585e327be2ba52dccf42de5006 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2004, 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Delegator</title>
</properties>
<body>
<section name="Delegator">
<p>
A component which delegates its behavior (that is, the HTML rendered) to some other
object.
<br />
This is occasionally useful when the HTML to render is best generated from pure Java
code (or has been provided from some source outside of Tapestry).
</p>
<section name="Parameters">
<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Required</th>
<th>Default</th>
<th>Description</th>
</tr>
<tr>
<td>delegate</td>
<td>
<a href="../../apidocs/org/apache/tapestry/IRender.html">
IRender
</a>
</td>
<td>no</td>
<td></td>
<td>
If specified, the object which will provide the rendering for the
component.
</td>
</tr>
</table>
<p>
Body:
<strong>removed</strong>
</p>
<p>
Informal parameters:
<strong>forbidden</strong>
</p>
<p>
Reserved parameters:
<em>none</em>
</p>
</section>
</section>
</body>
</document>