UIComponentClass: org.apache.myfaces.tobago.component.UIMetaLink
RendererType:
Info | Value |
---|---|
Component Type | org.apache.myfaces.tobago.MetaLink |
Handler Class | org.apache.myfaces.tobago.facelets.TobagoComponentHandler |
Renderer Type | MetaLink |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | javax.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
|
charset | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
href | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
hreflang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
id | false | java.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
|
media | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
rel | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
rendered | false | javax.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
|
rev | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
|
Type: java.lang.String
|
Output generated by Vdldoc View Declaration Language Documentation Generator.