Class HtmlHandler

java.lang.Object
org.apache.wicket.markup.parser.AbstractMarkupFilter
org.apache.wicket.markup.parser.filter.HtmlHandler
All Implemented Interfaces:
IMarkupFilter

public final class HtmlHandler extends AbstractMarkupFilter
This is a markup inline filter. It identifies HTML specific issues which make HTML not 100% xml compliant. E.g. tags like <p> often are missing the corresponding close tag.
Author:
Juergen Donnerstag