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

Packages that use IMarkupCache
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.settings   
 

Uses of IMarkupCache in org.apache.wicket
 

Methods in org.apache.wicket that return IMarkupCache
 IMarkupCache Application.getMarkupCache()
          Deprecated. please use IMarkupSettings.getMarkupCache() instead
 

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.
 

Uses of IMarkupCache in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IMarkupCache
 IMarkupCache Settings.getMarkupCache()
           
 IMarkupCache IMarkupSettings.getMarkupCache()
          The markup cache also loads the markup if not yet available in the cache.
 

Methods in org.apache.wicket.settings with parameters of type IMarkupCache
 void Settings.setMarkupCache(IMarkupCache markupCache)
           
 void IMarkupSettings.setMarkupCache(IMarkupCache markupCache)
          Sets a new markup cache which will also be used to load markup if not yet available in the cache.
 



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