Class HeaderResponseContainer

    • Constructor Detail

      • HeaderResponseContainer

        public HeaderResponseContainer​(String id,
                                       String filterName)
        Construct.
        Parameters:
        id - the wicket id for this container
        filterName - the name of the filter that is bucketing stuff to be rendered in this container
    • Method Detail

      • onComponentTag

        protected void onComponentTag​(ComponentTag tag)
        Description copied from class: Component
        Processes the component tag. Overrides of this method most likely should call the super implementation.
        Overrides:
        onComponentTag in class Component
        Parameters:
        tag - Tag to modify
      • onComponentTagBody

        public void onComponentTagBody​(MarkupStream markupStream,
                                       ComponentTag openTag)
        Description copied from class: MarkupContainer
        Handle the container's body. If your override of this method does not advance the markup stream to the close tag for the openTag, a runtime exception will be thrown by the framework.
        Overrides:
        onComponentTagBody in class MarkupContainer
        Parameters:
        markupStream - The markup stream
        openTag - The open tag for the body