Uses of Interface
org.apache.wicket.markup.IMarkupResourceStreamProvider

Packages that use IMarkupResourceStreamProvider
org.apache.wicket.examples.customresourceloading   
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.velocity.markup.html   
 

Uses of IMarkupResourceStreamProvider in org.apache.wicket.examples.customresourceloading
 

Classes in org.apache.wicket.examples.customresourceloading that implement IMarkupResourceStreamProvider
 class PageWithCustomLoading
          The markup for this page is loaded by the Page component itself.
 

Uses of IMarkupResourceStreamProvider in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IMarkupResourceStreamProvider
 class DefaultMarkupResourceStreamProvider
          Wicket default implementation for loading the markup resource stream associated with a MarkupContainer.
 

Methods in org.apache.wicket.markup that return IMarkupResourceStreamProvider
protected  IMarkupResourceStreamProvider MarkupCache.getMarkupResourceStreamProvider(MarkupContainer container)
          Get the markup resource stream provider to be used
 

Uses of IMarkupResourceStreamProvider in org.apache.wicket.velocity.markup.html
 

Classes in org.apache.wicket.velocity.markup.html that implement IMarkupResourceStreamProvider
 class VelocityPanel
          Panel that displays the result of rendering a Velocity template.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.