org.apache.wicket.markup.renderStrategy
Interface IHeaderRenderStrategy

All Known Implementing Classes:
AbstractHeaderRenderStrategy, ChildFirstHeaderRenderStrategy, ParentFirstHeaderRenderStrategy

public interface IHeaderRenderStrategy

Allows for different header render strategies. The difference per strategy will be order in which components will be asked to add to the markup header section. It might be page->container->child, it might be child->container->parent, but it might also be a mixture depending on your specific application needs.

Author:
Juergen Donnerstag

Method Summary
 void renderHeader(HtmlHeaderContainer headerContainer, Component component)
          Implements the render strategy
 

Method Detail

renderHeader

void renderHeader(HtmlHeaderContainer headerContainer,
                  Component component)
Implements the render strategy

Parameters:
headerContainer -
component -


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.