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.
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.
WicketTag WicketTag extends ComponentTag and will be createtd by a MarkupParser whenever it parses a tag in the wicket namespace.
 

Exception Summary
MarkupException Runtime exception that is thrown when markup parsing fails.
 

Package wicket.markup Description

Base package for markup.



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