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

Packages that use IMarkupCache
org.apache.wicket.markup Base package for markup. 
 

Uses of IMarkupCache in org.apache.wicket.markup
 

Classes in org.apache.wicket.markup that implement IMarkupCache
 class MarkupCache
          This is Wicket's default IMarkupCache implementation.
 

Methods in org.apache.wicket.markup that return IMarkupCache
static IMarkupCache MarkupCache.get()
          A convenient helper to get the markup cache registered with the application.
 IMarkupCache MarkupFactory.getMarkupCache()
          Get the markup cache which is registered with the factory.
 



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