Class WicketTagIdentifier

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

public final class WicketTagIdentifier extends AbstractMarkupFilter
This is a markup inline filter. It identifies xml tags which have a special meaning for Wicket. There are two type of tags which have a special meaning for Wicket.

  • All tags with Wicket namespace, e.g. <wicket:remove>
  • All tags with an attribute like wicket:id="myLabel"
Author:
Juergen Donnerstag