You see the Properties window for a Meta component when you select the component in the
For general information on the HTML
<meta>
tag, see the W3C web page at:
This JavaServer Faces 1.2 component has the following properties.
Type: String
Type: String
name
property or httpEquiv
property. Equivalent to the HTML attribute content
of the HTML <meta>
tag. Type: String
httpEquiv
of the HTML <meta>
tag.
For example, if this property is set to Description
, you could specify a page description in the content
property as something like the following: First page of the Acme customer order application.
These settings would result in the following HTTP response header:
Description: "First page of the Acme customer order application"
Type: String
content
property provides the actual content. Equivalent to the HTML attribute name
of the HTML <meta>
tag. A common use of this property is to provide data to search engines. For example, if this property's value is keywords
, the value of the content
property is a set of search terms that a user searching for this page is likely to enter.
Type: boolean
<meta>
tag does not appear in the page at all. Type: String
content
attribute when the content of the attribute might be ambiguous.