Uses of Class
org.apache.wicket.markup.Markup

Packages that use Markup
org.apache.wicket.markup Base package for markup. 
org.apache.wicket.markup.loader   
org.apache.wicket.markup.parser.filter Default parsing extensions. 
 

Uses of Markup in org.apache.wicket.markup
 

Subclasses of Markup in org.apache.wicket.markup
 class MergedMarkup
          A Markup class which represents merged markup, as it is required for markup inheritance.
 

Fields in org.apache.wicket.markup declared as Markup
static Markup Markup.NO_MARKUP
          Placeholder that indicates no markup
 

Methods in org.apache.wicket.markup that return Markup
 Markup MarkupResourceData.getBaseMarkup()
          In case of markup inheritance, the base markup resource.
 Markup MarkupCache.getMarkup(MarkupContainer container, Class<?> clazz, boolean enforceReload)
          THIS IS NOT PART OF WICKET'S PUBLIC API.
 Markup IMarkupCache.getMarkup(MarkupContainer container, Class<?> clazz, boolean enforceReload)
          Gets any (immutable) markup resource for the container or any of its parent classes (markup inheritance)
protected  Markup MarkupCache.getMarkupFromCache(CharSequence cacheKey, MarkupContainer container)
          Wicket's default implementation just uses the cacheKey to retrieve the markup from the cache.
protected  Markup MarkupCache.onMarkupNotFound(String cacheKey, MarkupContainer container)
          Will be called if the markup was not in the cache yet but could not be found either.
 Markup MarkupParser.parse()
          Reads and parses markup from a file.
protected  Markup MarkupCache.putIntoCache(String locationString, Markup markup)
          Deprecated. see MarkupCache.putIntoCache(String, MarkupContainer, Markup)
protected  Markup MarkupCache.putIntoCache(String locationString, MarkupContainer container, Markup markup)
          Put the markup into the cache if cacheKey is not null and the cache does not yet contain the cacheKey.
 Markup MarkupCache.removeMarkup(String cacheKey)
           
 Markup IMarkupCache.removeMarkup(String cacheKey)
          Remove the markup associated with the cache key from the cache including all dependent markups (markup inheritance)
 

Methods in org.apache.wicket.markup that return types with arguments of type Markup
protected  MarkupCache.ICache<CharSequence,Markup> MarkupCache.getMarkupCache()
          Get a unmodifiable map which contains the cached data.
 

Methods in org.apache.wicket.markup with parameters of type Markup
 boolean Markup.equalTo(Markup that)
           
protected  Markup MarkupCache.putIntoCache(String locationString, Markup markup)
          Deprecated. see MarkupCache.putIntoCache(String, MarkupContainer, Markup)
protected  Markup MarkupCache.putIntoCache(String locationString, MarkupContainer container, Markup markup)
          Put the markup into the cache if cacheKey is not null and the cache does not yet contain the cacheKey.
 void MarkupResourceData.setBaseMarkup(Markup baseMarkup)
          In case of markup inheritance, the base markup.
 

Constructors in org.apache.wicket.markup with parameters of type Markup
MarkupStream(Markup markup)
          Constructor
MergedMarkup(Markup markup, Markup baseMarkup, int extendIndex)
          Merge inherited and base markup.
 

Uses of Markup in org.apache.wicket.markup.loader
 

Methods in org.apache.wicket.markup.loader that return Markup
 Markup SimpleMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
           
 Markup InheritedMarkupMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
           
 Markup IMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
          Loads markup from a resource stream.
 Markup DefaultMarkupLoader.loadMarkup(MarkupContainer container, MarkupResourceStream markupResourceStream, IMarkupLoader baseLoader, boolean enforceReload)
           
 

Uses of Markup in org.apache.wicket.markup.parser.filter
 

Constructors in org.apache.wicket.markup.parser.filter with parameters of type Markup
HtmlHeaderSectionHandler(Markup markup)
          Construct.
 



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