Package com.sun.faces.renderkit.html_basic


package com.sun.faces.renderkit.html_basic
  • Classes
    Class
    Description
     
    Base 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 the body tag is closed.
    ButtonRenderer is a class that renders the current value of UICommand as a Button.
    CheckboxRenderer is a class that renders the current value of UISelectBoolean as a checkbox.
    CommandLinkRenderer is a class that renders the current value of UICommand as a HyperLink that acts like a Button.
    CommandScriptRenderer is a class that renders the current value of UICommand as a Script that acts like an Ajax Button.
    This Renderer 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.
    This Renderer is responsible for rendering the children defined within the composite implementation section of a composite component template.
     
     
    FormRenderer is a class that renders a UIForm as a Form.
    GridRenderer is a class that renders UIPanel component as a "Grid".
    Arbitrary grouping "renderer" that simply renders its children recursively in the encodeEnd() method.
    /**
    HiddenRenderer is a class that renders the current value of UIInput component as a HTML hidden variable.
    HtmlBasicInputRenderer is a base class for implementing renderers that support UIInput type components
    HtmlBasicRenderer 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 a UIParameter.
    HtmlResponseWriter is an Html specific implementation of the ResponseWriter abstract class.
    ImageRenderer is a class that handles the rendering of the graphic ImageTag
    LabelRenderer renders Label element.
    LinkRenderer acts as superclass for CommandLinkRenderer and OutputLinkRenderer.
    ListRenderer is a class that renders the current value of UISelectOne or UISelectMany component as a list of options.
    MenuRenderer is a class that renders the current value of UISelectOne or UISelectMany component as a list of menu options.
    MessageRenderer handles rendering for the Message
    MessagesRenderer handles rendering for the Messages
     
     
     
    OutputLinkRenderer is a class ...
    OutputMessageRenderer is a class that renderes UIOutput
     
    ReadoRenderer is a class that renders the current value of UISelectOne or UISelectMany component as a list of radio buttons
    Keeps 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.
    This Renderer handles the rendering of script references.
    Base class for shared behavior between Script and Stylesheet renderers.
    SecretRenderer is a class that renders the current value of UIInput component as a password field.
    SelectManyCheckboxListRenderer is a class that renders the current value of UISelectMany component as a list of checkboxes.
    This Renderer handles the rendering of stylesheet references.
    Render a UIData component as a two-dimensional table.
    TextareaRenderer is a class that renders the current value of UIInput component as a Textarea.
    TextRenderer is a class that renders the current value of UIInput or UIOutput component as a input field or static text.
    WebsocketRenderer is a class that renders the faces.push.init() script and decodes any client behaviors triggered by UIWebsocket.