Summary
Tag name:
<
afh:head
>
UIComponent class:
oracle.adf.view.faces.component.html.HtmlHead
Component type:
oracle.adf.HtmlHead
Tag for the HTML head element, including the
document's title and any style sheets needed by th
current look-and-feel. Page authors
that use this do not need to use a styleSheet component, as it
will automatically be included.
Example:
<afh:head title="The Title"/>
Attributes
Ungrouped attributes
|
Name
|
Type
|
Supports EL?
|
Description
|
|
attributeChangeListener
|
javax.faces.el.MethodBinding
|
Only EL
|
a method reference to an attribute change listener
|
|
partialTriggers
|
String[
]
|
Yes
|
the IDs of the components that should trigger a partial update.
This component will listen on the trigger components. If one of the
trigger components receives an event that will cause it to update
in some way, this component will request to be updated too.
|
|
title
|
String
|
Yes
|
The title of the document. (This title doesn't have to match the
title on any contained panelPage.)
|
Core attributes
|
Name
|
Type
|
Supports EL?
|
Description
|
|
binding
|
oracle.adf.view.faces.component.
html.HtmlHead
|
Only EL
|
a binding reference to store the component instance
|
|
id
|
String
|
No
|
the identifier for the component. This must be a valid XML ID,
and therefore may not contain whitespace or start with a number. Also,
JSF requires that IDs must not contain any colons (":").
|
|
rendered
|
boolean
|
Yes
|
whether the bean is rendered. When set to false,
no output will be delivered for this bean.
|