webuijsf
Tag meta


Use the webuijsf:meta tag to create an HTML <meta> element in the rendered HTML page. The <meta> element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.  The webuijsf:meta tag must be inside a webuijsf:head tag.
 

HTML Elements and Layout

The rendered HTML page contains an HTML <meta> tag and its associated attributes.

Theme Identifiers

None.

Client Side Javascript Functions

None.

Example

Example 1: Create a Meta tag

....
<webuijsf:head title="meta example" >
   <webuijsf:meta httpEquiv="refresh" content="5" />
</webuijsf:head>
....



Tag Information
Tag Classcom.sun.webui.jsf.component.MetaTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.String A ValueExpression that resolves to the UIComponent that corresponds to this tag. This binding allows the Java bean that contains the UIComponent to manipulate the UIComponent, its properties, and its children.
contentfalsefalsejava.lang.String

The content attribute is used to specify the data to associate with a name attribute or httpEquiv attribute in the webuijsf:meta tag.

renderedfalsefalsejava.lang.String Use the rendered attribute to indicate whether the HTML code for the component should be included in the rendered HTML page. If set to false, the rendered HTML page does not include the HTML for the component. If the component is not rendered, it is also not processed on any subsequent form submission.
schemefalsefalsejava.lang.String

Defines a format to be used to interpret the value of the content attribute.

httpEquivfalsefalsejava.lang.String

The httpEquiv attribute is used to specify a value for the http-equiv attribute of an HTML Meta element. The http-equiv attribute specifies HTTP properties that the web server can use in the HTTP response header.

namefalsefalsejava.lang.String

The identifier that is assigned to a property in the meta element. The content attribute provides the actual content of the property that is identified by the name attribute.

idfalsetruejava.lang.StringNo Description

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.