Class HtmlHeaderContainer.HeaderStreamState
- java.lang.Object
-
- org.apache.wicket.markup.html.internal.HtmlHeaderContainer.HeaderStreamState
-
- Enclosing class:
- HtmlHeaderContainer
public static class HtmlHeaderContainer.HeaderStreamState extends Object
Combines theMarkupStream
with the open tag, together representing the header section in the markup.- Author:
- papegaaij
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarkupStream
getMarkupStream()
ComponentTag
getOpenTag()
-
-
-
Method Detail
-
getMarkupStream
public MarkupStream getMarkupStream()
- Returns:
- the
MarkupStream
-
getOpenTag
public ComponentTag getOpenTag()
- Returns:
- the
ComponentTag
that represents the open tag
-
-