HTML_BASIC RenderKit


The standard HTML RenderKit. Please see the spec for additional details for the standard render-kit.

The following new renderers have been added in this release of the specification.

jakarta.faces.Output
jakarta.faces.Body
jakarta.faces.Head
jakarta.faces.resource.Script
jakarta.faces.resource.Stylesheet
jakarta.faces.Composite

General notes on decoding

General notes on encoding

Renderer Summary
component-family renderer-type description
jakarta.faces.Command jakarta.faces.Button

Renders an HTML "input" element.

jakarta.faces.Link

Render an HTML "a" anchor element that acts like a form submit button when clicked.

jakarta.faces.Script

Render a JavaScript function that invokes faces.

jakarta.faces.Data jakarta.faces.Table

Renders an HTML "table" element compliant with the HTML 401 specification.

jakarta.faces.Form jakarta.faces.Form

Renders an HTML "form" element.

jakarta.faces.Graphic jakarta.faces.Image

Renders an HTML "img" element.

jakarta.faces.Input jakarta.faces.File

Renders an HTML "input" element of "type" "file".

jakarta.faces.Hidden

Renders an HTML "input" element of type "hidden".

jakarta.faces.Secret

Renders an HTML "input" element of "type" "password".

jakarta.faces.Text

Renders an HTML "input" element of "type" "text".

jakarta.faces.Textarea

Renders an HTML "textarea" element.

jakarta.faces.Message jakarta.faces.Message

Render a single message for a specific component.

jakarta.faces.Messages jakarta.faces.Messages

The same as for the Message renderer, but output all the messages.

jakarta.faces.NamingContainer jakarta.faces.Composite

Renders a composite component.

jakarta.faces.OutcomeTarget jakarta.faces.Button

Render a button that does not cause an HTTP POST.

jakarta.faces.Link

Render an HTML "a" anchor element.

jakarta.faces.Output jakarta.faces.Body

Render the markup for a <body> element.

jakarta.faces.CompositeFacet

Renders a facet at this particular point in the composite component VDL page.

jakarta.faces.Doctype

Render the markup for a <!DOCTYPE> declaration.

jakarta.faces.Format

Render parameterized text.

jakarta.faces.Head

Render the markup for a <head> element.

jakarta.faces.Label

Renders an HTML "label" element.

jakarta.faces.Link

Render an HTML "a" anchor element.

jakarta.faces.Text

If the "styleClass", "style", "dir" or "lang" attributes are present, render a "span" element.

jakarta.faces.resource.Script

Render the markup for a <script> element that renders the script Resource specified by the optional name attribute and library attributes.

jakarta.faces.resource.Stylesheet

Render the markup for a <link> element that renders the style Resource specified by the optional name and library attributes.

jakarta.faces.Panel jakarta.faces.Grid Renders an HTML "table" element, conforming to the rules in the HTML 401 specification.
jakarta.faces.Group Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets.
jakarta.faces.passthrough.Element

This renderer is intended to be used with an arbitrary markup element whose decoding needs can be entirely described by the section "General notes on decoding" in the RenderKit overview.

jakarta.faces.Script jakarta.faces.Websocket

Render a JavaScript function that invokes faces.

jakarta.faces.SelectBoolean jakarta.faces.Checkbox

Renders an HTML "input" element of type "checkbox".

jakarta.faces.SelectMany jakarta.faces.Checkbox

Render an HTML checkbox list.

jakarta.faces.Listbox

Render an HTML option list.

jakarta.faces.Menu

Render an HTML option list.

jakarta.faces.SelectOne jakarta.faces.Listbox

Render an HTML option list.

jakarta.faces.Menu

Render an HTML option list.

jakarta.faces.Radio

Render a set of html "input" elements of type "radio".


Copyright � 2002-2010 Oracle America, Inc. All Rights Reserved.