This is basically a transparent WebMarkupContainer with the ability to get
the markup stream positioned correctly where the component begins from the
parent (page) container.
It is transparent in the sense that all requests to access a child component
are forwarded to the parent (page) container.
Because this container is usually automatically created, it can accessed by
WebPage.getBodyContainer().
Though it is automatically created it may be replaced by adding you own
Component with id == BodyOnLoadHandler.BODY_ID to the Page.
Components and Behaviors which wish to modify e.g. |