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

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

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

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

Uses of IMarkupCacheKeyProvider in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IMarkupCacheKeyProvider
 class DefaultMarkupCacheKeyProvider
          Wicket default implementation for the cache key used to reference the cached markup resource stream.
 

Methods in org.apache.wicket.markup that return IMarkupCacheKeyProvider
 IMarkupCacheKeyProvider MarkupCache.getMarkupCacheKeyProvider(MarkupContainer container)
          Get the markup cache key provider to be used
 

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

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



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