Uses of Class
org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy
-
Packages that use AbstractMarkupSourcingStrategy Package Description org.apache.wicket.markup.html.panel Panel components. -
-
Uses of AbstractMarkupSourcingStrategy in org.apache.wicket.markup.html.panel
Subclasses of AbstractMarkupSourcingStrategy in org.apache.wicket.markup.html.panel Modifier and Type Class Description classAssociatedMarkupSourcingStrategyBoilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.classBorderMarkupSourcingStrategyThe Border component's markup sourcing strategyclassDefaultMarkupSourcingStrategyThis is a no-op sourcing strategy implementing the default behavior for most components.classFragmentMarkupSourcingStrategyA markup sourcing strategy suitable for Fragment components.classPanelMarkupSourcingStrategyThe Panel components markup sourcing strategy.
-