Uses of Class
org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy

Packages that use AbstractMarkupSourcingStrategy
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
 class AssociatedMarkupSourcingStrategy
          Boilerplate for a markup sourcing strategy which retrieves the markup from associated markup files.
 class BorderMarkupSourcingStrategy
          The Border component's markup sourcing strategy
 class DefaultMarkupSourcingStrategy
          This is a no-op sourcing strategy implementing the default behavior for most components.
 class FragmentMarkupSourcingStrategy
          A markup sourcing strategy suitable for Fragment components.
 class PanelMarkupSourcingStrategy
          The Panel components markup sourcing strategy.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.