Oracle ADF Faces - afh:html
Summary

Tag name: < afh:html >

UIComponent class: oracle.adf.view.faces.component.html.HtmlHtml

Component type: oracle.adf.HtmlHtml

The html tag generates the < html > element for an HTML page. It will automatically generate "locale" and "dir" attributes based on the current locale.

Example:

<afh:html>
  <afh:head title="Document title"/>

  <afh:body>
    <af:panelPage/>      
  </afh:body>

Attributes
Ungrouped attributes
Name Type Supports EL? Description
attributeChangeListener javax.faces.el.MethodBinding Only EL a method reference to an attribute change listener
Core attributes
Name Type Supports EL? Description
binding oracle.adf.view.faces.component. html.HtmlHtml 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.
Copyright © 2003-2006, Oracle Corporation. All Rights Reserved.

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy