wicket-core/src/main/java/org/apache/wicket/markup/head/MetaDataHeaderItem.java [162:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	/**
	 * Factory method to create &lt;meta&gt; tag.
	 * 
	 * @param httpEquiv
	 * 		the 'httpEquiv' attribute of the tag
	 * @param content
	 * 		the 'content' attribute of the tag
	 * @return
	 * 		A new {@link MetaDataHeaderItem}
	 */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



wicket-core/src/main/java/org/apache/wicket/markup/head/MetaDataHeaderItem.java [177:186]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	/**
	 * Factory method to create &lt;meta&gt; tag.
	 * 
	 * @param httpEquiv
	 * 		the 'httpEquiv' attribute of the tag
	 * @param content
	 * 		the 'content' attribute of the tag
	 * @return
	 * 		A new {@link MetaDataHeaderItem}
	 */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



