|
|
|
Description
A
component which delegates its behavior (that is, the HTML rendered)
to some other object. 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).
|
See Also
|
Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
delegate |
IRender |
in |
no |
|
If specified, the object which will provide the rendering for the component.
|
Body: removed Informal parameters:
forbidden
Reserved
parameters: none
|
Examples
This example is under construction.
|