Class ContainerInfo

java.lang.Object
org.apache.wicket.markup.ContainerInfo

public class ContainerInfo extends Object
Because Component has a reference to its parents, which eventually is the Page, keeping a "copy" of a component is very expensive. ContainerInfo shall be used instead of MarkupContainer whenever a small subset of the container's information is required.
Author:
Juergen Donnerstag