Class HeaderPartContainer

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IHeaderContributor, IComponentResolver, IRequestableComponent, IHierarchical<Component>, IClusterable

public final class HeaderPartContainer extends WebMarkupContainer implements IComponentResolver
For each wicket:head tag a HeaderPartContainer is created and added to the HtmlHeaderContainer which has been added to the Page.
Author:
Juergen Donnerstag
See Also:
  • Constructor Details

  • Method Details

    • getScope

      public final String getScope()
      Get the scope of the header part
      Returns:
      The scope name
    • resolve

      public final Component resolve(MarkupContainer container, MarkupStream markupStream, ComponentTag tag)
      The tag must be resolved against the panel and not against the page
      Specified by:
      resolve in interface IComponentResolver
      Parameters:
      container - The container parsing its markup
      markupStream - The current markupStream
      tag - The current component tag while parsing the markup
      Returns:
      component or null if not found