Delegator

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).

Parameters

Name Type Required Default Description
delegate IRender no If specified, the object which will provide the rendering for the component.

Body: removed

Informal parameters: forbidden

Reserved parameters: none