Package org.apache.wicket.markup.parser.filter
Default parsing extensions.
-
Class Summary Class Description EnclosureHandler This is a markup inline filter.HeadForceTagIdHandler Handler that sets unique tag id for every inline script and style element in <wicket:head>, unless the element already has one.HtmlHandler This is a markup inline filter.HtmlHeaderSectionHandler This is a markup inline filter.HtmlProblemFinder This is a markup inline filter which by default is not added to the list of markup filter.InlineEnclosureHandler This is a markup inline filter.OpenCloseTagExpander MarkupFilter that expands certain open-close tag as separate open and close tags.RelativePathPrefixHandler The purpose of this filter is to make all "href", "src" and "background" attributes found in the markup which contain a relative URL like "myDir/myPage.gif" actually resolve in the output HTML, by prefixing them with with an appropriate path to make the link work properly, even if the current page is being displayed at a mounted URL or whatever.RootMarkupFilter This is the root of all filters, which retrieves the next xml element from the xml parser.StyleAndScriptIdentifier An IMarkupFilter that wraps the body of all <style> elements and <script> elements which are plain JavaScript in CDATA blocks.WicketContainerTagHandler This markup filter warns if a wicket:container tag has an attribute besides wicket:id.WicketLinkTagHandler This is a markup inline filter.WicketMessageTagHandler This is a markup inline filter and a component resolver.WicketMessageTagHandler.AttributeLocalizer Attribute localizing behavior.WicketNamespaceHandler This is a markup inline filter.WicketRemoveTagHandler This is a markup inline filter.WicketTagIdentifier This is a markup inline filter.