java.lang.Object
org.apache.wicket.markup.ContainerInfo
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
-
Constructor Summary
ConstructorDescriptionContainerInfo
(Class<?> containerClass, Locale locale, String style, String variation, MarkupType markupType) Construct.ContainerInfo
(Class<?> containerClass, MarkupContainer container) Construct.ContainerInfo
(MarkupContainer container) Construct. -
Method Summary
-
Constructor Details
-
ContainerInfo
Construct.- Parameters:
container
- The container to create the information from
-
ContainerInfo
Construct.- Parameters:
containerClass
- the real container class (could be a parent class)container
- The container to create the information from
-
ContainerInfo
public ContainerInfo(Class<?> containerClass, Locale locale, String style, String variation, MarkupType markupType) Construct.- Parameters:
containerClass
-locale
-style
-variation
-markupType
-
-
-
Method Details