org.apache.wicket.markup.html.internal
Class HtmlHeaderContainer.HeaderStreamState

java.lang.Object
  extended by org.apache.wicket.markup.html.internal.HtmlHeaderContainer.HeaderStreamState
Enclosing class:
HtmlHeaderContainer

public static class HtmlHeaderContainer.HeaderStreamState
extends Object

Combines the MarkupStream with the open tag, together representing the header section in the markup.

Author:
papegaaij

Method Summary
 MarkupStream getMarkupStream()
           
 ComponentTag getOpenTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMarkupStream

public MarkupStream getMarkupStream()
Returns:
the MarkupStream

getOpenTag

public ComponentTag getOpenTag()
Returns:
the ComponentTag that represents the open tag


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.