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
    • Constructor Detail

      • WicketRemoveTagHandler

        public WicketRemoveTagHandler()
        Construct.
    • Method Detail

      • onComponentTag

        protected final MarkupElement onComponentTag​(ComponentTag tag)
                                              throws java.text.ParseException
        Description copied from class: AbstractMarkupFilter
        Invoked when a ComponentTag was found.

        By default this method is also called for WicketTags.

        Specified by:
        onComponentTag in class AbstractMarkupFilter
        Returns:
        Usually the same as the tag attribute
        Throws:
        java.text.ParseException