Uses of Interface
org.apache.wicket.markup.IMarkupCache
-
Packages that use IMarkupCache Package Description 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 Modifier and Type Class Description classMarkupCacheThis is Wicket's default IMarkupCache implementation.Methods in org.apache.wicket.markup that return IMarkupCache Modifier and Type Method Description static IMarkupCacheMarkupCache. get()A convenient helper to get the markup cache registered with the application.IMarkupCacheMarkupFactory. getMarkupCache()Get the markup cache which is registered with the factory.
-