Module jakarta.faces
Package com.sun.faces.renderkit.html_basic
package com.sun.faces.renderkit.html_basic
-
ClassesClassDescriptionBase class for concrete Grid and Table renderers.This
Rendereris responsible for rendering the standard HTML body element as well as rendering any resources that should be output before thebodytag is closed.ButtonRenderer is a class that renders the current value ofUICommandas a Button.CheckboxRenderer is a class that renders the current value ofUISelectBooleanas a checkbox.CommandLinkRenderer is a class that renders the current value ofUICommandas a HyperLink that acts like a Button.CommandScriptRenderer is a class that renders the current value ofUICommandas a Script that acts like an Ajax Button.ThisRendereris responsible for rendering the content of a facet defined within the using page template in the desired location within the composite component implementation section.ThisRendereris responsible for rendering the children defined within the composite implementation section of a composite component template.FormRenderer is a class that renders aUIFormas a Form.GridRenderer is a class that rendersUIPanelcomponent as a "Grid".Arbitrary grouping "renderer" that simply renders its children recursively in theencodeEnd()method./**HiddenRenderer is a class that renders the current value ofUIInputcomponent 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 theResponseWriterabstract 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 ofUISelectOneorUISelectManycomponent as a list of options.MenuRenderer is a class that renders the current value ofUISelectOneorUISelectManycomponent 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 ofUISelectOneorUISelectManycomponent 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.ThisRendererhandles the rendering ofscriptreferences.Base class for shared behavior between Script and Stylesheet renderers.SecretRenderer is a class that renders the current value ofUIInputcomponent as a password field.SelectManyCheckboxListRenderer is a class that renders the current value ofUISelectManycomponent as a list of checkboxes.ThisRendererhandles the rendering ofstylesheetreferences.Render aUIDatacomponent as a two-dimensional table.TextareaRenderer is a class that renders the current value ofUIInputcomponent as a Textarea.TextRenderer is a class that renders the current value ofUIInputorUIOutputcomponent as a input field or static text.WebsocketRenderer is a class that renders thefaces.push.init()script and decodes any client behaviors triggered byUIWebsocket.