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
- delegate
The object which will provide the rendering for the component.