Module jakarta.faces
Package com.sun.faces.renderkit.html_basic
package com.sun.faces.renderkit.html_basic
-
ClassDescriptionBase class for concrete Grid and Table renderers.This
Renderer
is responsible for rendering the standard HTML body element as well as rendering any resources that should be output before thebody
tag is closed.ButtonRenderer is a class that renders the current value ofUICommand
as a Button.CheckboxRenderer is a class that renders the current value ofUISelectBoolean
as a checkbox.CommandLinkRenderer is a class that renders the current value ofUICommand
as a HyperLink that acts like a Button.CommandScriptRenderer is a class that renders the current value ofUICommand
as a Script that acts like an Ajax Button.ThisRenderer
is responsible for rendering the content of a facet defined within the using page template in the desired location within the composite component implementation section.ThisRenderer
is responsible for rendering the children defined within the composite implementation section of a composite component template.FormRenderer is a class that renders aUIForm
as a Form.GridRenderer is a class that rendersUIPanel
component as a "Grid".Arbitrary grouping "renderer" that simply renders its children recursively in theencodeEnd()
method./**HiddenRenderer is a class that renders the current value ofUIInput
component as a HTML hidden variable.HtmlBasicInputRenderer is a base class for implementing renderers that support UIInput type componentsHtmlBasicRenderer is a base class for implementing renderers for HtmlBasicRenderKit.Structure to hold common info used by Select* components to reduce the number of times component attributes are evaluated when rendering options.Simple class to encapsulate the name and value of aUIParameter
.HtmlResponseWriter is an Html specific implementation of theResponseWriter
abstract class.ImageRenderer is a class that handles the rendering of the graphic ImageTagLabelRenderer renders Label element.LinkRenderer acts as superclass for CommandLinkRenderer and OutputLinkRenderer.ListRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of options.MenuRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of menu options.MessageRenderer handles rendering for the MessageMessagesRenderer handles rendering for the MessagesOutputLinkRenderer is a class ...OutputMessageRenderer is a class that renderes UIOutputReadoRenderer is a class that renders the current value ofUISelectOne
orUISelectMany
component as a list of radio buttonsKeeps track of all<h:selectOneRadio group>
detail.Used when a<h:selectOneRadio group>
doesn't have a select item; it will then get it via first radio of the group.ThisRenderer
handles the rendering ofscript
references.Base class for shared behavior between Script and Stylesheet renderers.SecretRenderer is a class that renders the current value ofUIInput
component as a password field.SelectManyCheckboxListRenderer is a class that renders the current value ofUISelectMany
component as a list of checkboxes.ThisRenderer
handles the rendering ofstylesheet
references.Render aUIData
component as a two-dimensional table.TextareaRenderer is a class that renders the current value ofUIInput
component as a Textarea.TextRenderer is a class that renders the current value ofUIInput
orUIOutput
component as a input field or static text.WebsocketRenderer is a class that renders thefaces.push.init()
script and decodes any client behaviors triggered byUIWebsocket
.