Class WicketContainerTagHandler

  • All Implemented Interfaces:
    IMarkupFilter

    public class WicketContainerTagHandler
    extends AbstractMarkupFilter
    This markup filter warns if a wicket:container tag has an attribute besides wicket:id. This is most likely a programmer mistake because the wicket:container tag won't be available in deployment mode. The filter is only active in development mode and does nothing in deployment mode.
    Since:
    6.0