Package wicket.markup

Base package for markup.

See:
          Description

Class Summary
ComponentTag A subclass of MarkupElement which represents a "significant" markup tag, such as a component open tag.
InheritedMarkupMerger This is a utility class which merges the base markup and the derived markup, which is required for markup inheritance.
Markup Holds markup as a resource (the stream that the markup came from) and a list of MarkupElements (the markup itself).
MarkupCache Load markup and cache it for fast retrieval.
MarkupElement Base class for different kinds of markup elements.
MarkupParser This is a Wicket MarkupParser specifically for (X)HTML.
MarkupStream A stream of MarkupElements, subclases of which are ComponentTag and RawMarkup.
RawMarkup This class is for framework purposes only, which is why the class is (default) protected.
WicketTag WicketTag extends ComponentTag and will be created by a MarkupParser whenever it parses a tag in the wicket namespace.
 

Exception Summary
MarkupException Runtime exception that is thrown when markup parsing fails.
MarkupNotFoundException Runtime exception that is thrown when markup file was not found.
 

Package wicket.markup Description

Base package for markup.



Copyright © 2004-2006 Wicket developers. All Rights Reserved.