You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/03/12 15:14:17 UTC

[4/9] git commit: Improve the javadoc of HtmlHeaderItemsContainer

Improve the javadoc of HtmlHeaderItemsContainer


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/5da01132
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/5da01132
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/5da01132

Branch: refs/heads/wicket-6.x
Commit: 5da01132fdbc4bf8344f5d963230c5f5dd976bbb
Parents: b32ba89
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Mar 12 11:30:34 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Mar 12 11:30:34 2014 +0200

----------------------------------------------------------------------
 .../wicket/markup/html/internal/HtmlHeaderItemsContainer.java   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5da01132/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderItemsContainer.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderItemsContainer.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderItemsContainer.java
index e7914d0..636eac3 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderItemsContainer.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HtmlHeaderItemsContainer.java
@@ -18,7 +18,10 @@ package org.apache.wicket.markup.html.internal;
 
 /**
  * A specialization of HtmlHeaderContainer that doesn't render
- * &lt;head&gt; and &l;/head&gt; around the header contributions
+ * &lt;head&gt; and &l;/head&gt; around the header contributions.
+ *
+ * This container is used when there is a usage of &lt;wicket:header-items/&gt;
+ * in the page's &lt;head&gt; element.
  */
 public class HtmlHeaderItemsContainer extends HtmlHeaderContainer
 {