tc

Tag metaLink

Component Information 
InfoValue
Component Typeorg.apache.myfaces.tobago.MetaLink
Handler Classorg.apache.myfaces.tobago.facelets.TobagoComponentHandler
Renderer TypeMetaLink
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean. For Facelets, the component is the outer UIPanel, not the input control.
Type: javax.faces.component.UIComponent
charsetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
hreffalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
hreflangfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
idfalsejava.lang.String The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
mediafalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
relfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
renderedfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: boolean
Default: true
revfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Type: java.lang.String

Output generated by Vdldoc View Declaration Language Documentation Generator.