Class WicketRemoveTagHandler

  • All Implemented Interfaces:
    IMarkupFilter

    public final class WicketRemoveTagHandler
    extends AbstractMarkupFilter
    This is a markup inline filter. It identifies preview regions useful for HTML designers to design the page. But they must be removed prior to sending the markup to the client. Preview regions are enclosed by <wicket:remove> tags.
    Author:
    Juergen Donnerstag