Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:metaData

f:com.ibm.xsp.BaseComplexType
   xp:resource
      xp:metaData

Description

Defines a resource that includes a meta-data entry in the head

Properties

Java

Java Class: com.ibm.xsp.resource.MetaDataResource


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
rendered, boolean
Rendered Flag
Indicates whether or not the resource should be rendered to the page.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
name, string
Name
Defines a meta-data entry name
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
content, string
Content
Defines a meta-data entry value
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
scheme, string
Scheme
Defines a scheme to be used to interpret the entry value
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
httpEquiv, string
HTTP Response Header Name
Maybe used in place of the name attribute. HTTP servers use this attribute to gather information for HTTP response message headers
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true