Class WicketNamespaceHandler

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

public final class WicketNamespaceHandler extends AbstractMarkupFilter
This is a markup inline filter. It determines the Wicket namespace name from the markup. Examples are xmlns:wicket or xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" though every URI that starts with "http://wicket.apache.org" will work as well.
Author:
Juergen Donnerstag
See Also: