Uses of Class
jakarta.faces.render.Renderer
Packages that use Renderer
Package
Description
-
Uses of Renderer in com.sun.faces.application.annotation
Methods in com.sun.faces.application.annotation with parameters of type RendererModifier and TypeMethodDescriptionvoidAnnotationManager.applyRendererAnnotations(FacesContext ctx, Renderer r, UIComponent c) Apply annotations relevent toRendererinstances. -
Uses of Renderer in com.sun.faces.facelets.compiler
Methods in com.sun.faces.facelets.compiler that return Renderer -
Uses of Renderer in com.sun.faces.facelets.component
Subclasses of Renderer in com.sun.faces.facelets.component -
Uses of Renderer in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite that return RendererModifier and TypeMethodDescriptionprotected RendererBehaviorHolderWrapper.getRenderer(FacesContext context) -
Uses of Renderer in com.sun.faces.renderkit
Methods in com.sun.faces.renderkit that return RendererMethods in com.sun.faces.renderkit with parameters of type RendererModifier and TypeMethodDescriptionvoidRenderKitImpl.addRenderer(String family, String rendererType, Renderer renderer) -
Uses of Renderer in com.sun.faces.renderkit.html_basic
Subclasses of Renderer in com.sun.faces.renderkit.html_basicModifier and TypeClassDescriptionclassBase class for concrete Grid and Table renderers.classThisRendereris responsible for rendering the standard HTML body element as well as rendering any resources that should be output before thebodytag is closed.classButtonRenderer is a class that renders the current value ofUICommandas a Button.classCheckboxRenderer is a class that renders the current value ofUISelectBooleanas a checkbox.classCommandLinkRenderer is a class that renders the current value ofUICommandas a HyperLink that acts like a Button.classCommandScriptRenderer is a class that renders the current value ofUICommandas a Script that acts like an Ajax Button.classThisRendereris responsible for rendering the content of a facet defined within the using page template in the desired location within the composite component implementation section.classThisRendereris responsible for rendering the children defined within the composite implementation section of a composite component template.classclassclassFormRenderer is a class that renders aUIFormas a Form.classGridRenderer is a class that rendersUIPanelcomponent as a "Grid".classArbitrary grouping "renderer" that simply renders its children recursively in theencodeEnd()method.class/**classHiddenRenderer is a class that renders the current value ofUIInputcomponent as a HTML hidden variable.classHtmlBasicInputRenderer is a base class for implementing renderers that support UIInput type componentsclassHtmlBasicRenderer is a base class for implementing renderers for HtmlBasicRenderKit.classImageRenderer is a class that handles the rendering of the graphic ImageTagclassLabelRenderer renders Label element.classLinkRenderer acts as superclass for CommandLinkRenderer and OutputLinkRenderer.classListRenderer is a class that renders the current value ofUISelectOneorUISelectManycomponent as a list of options.classMenuRenderer is a class that renders the current value ofUISelectOneorUISelectManycomponent as a list of menu options.classMessageRenderer handles rendering for the MessageclassMessagesRenderer handles rendering for the MessagesclassclassclassclassOutputLinkRenderer is a class ...classOutputMessageRenderer is a class that renderes UIOutputclassclassReadoRenderer is a class that renders the current value ofUISelectOneorUISelectManycomponent as a list of radio buttonsclassThisRendererhandles the rendering ofscriptreferences.classBase class for shared behavior between Script and Stylesheet renderers.classSecretRenderer is a class that renders the current value ofUIInputcomponent as a password field.classSelectManyCheckboxListRenderer is a class that renders the current value ofUISelectManycomponent as a list of checkboxes.classThisRendererhandles the rendering ofstylesheetreferences.classRender aUIDatacomponent as a two-dimensional table.classTextareaRenderer is a class that renders the current value ofUIInputcomponent as a Textarea.classTextRenderer is a class that renders the current value ofUIInputorUIOutputcomponent as a input field or static text.classWebsocketRenderer is a class that renders thefaces.push.init()script and decodes any client behaviors triggered byUIWebsocket. -
Uses of Renderer in jakarta.faces.component
Methods in jakarta.faces.component that return RendererModifier and TypeMethodDescriptionprotected abstract RendererUIComponent.getRenderer(FacesContext context) Convenience method to return theRendererinstance associated with this component, if any; otherwise, returnnull.protected RendererUIComponentBase.getRenderer(FacesContext context) -
Uses of Renderer in jakarta.faces.render
Subclasses of Renderer in jakarta.faces.renderModifier and TypeClassDescriptionclassMethods in jakarta.faces.render that return RendererModifier and TypeMethodDescriptionabstract RendererRenderKit.getRenderer(String family, String rendererType) Return theRendererinstance most recently registered for the specified componentfamilyandrendererType, if any; otherwise, returnnull.RenderKitWrapper.getRenderer(String family, String rendererType) The default behavior of this method is to callRenderKit.getRenderer(String, String)on the wrappedRenderKitobject.RendererWrapper.getWrapped()Methods in jakarta.faces.render with parameters of type RendererModifier and TypeMethodDescriptionabstract voidRenderKit.addRenderer(String family, String rendererType, Renderer renderer) voidRenderKitWrapper.addRenderer(String family, String rendererType, Renderer renderer) The default behavior of this method is to callRenderKit.addRenderer(String, String, Renderer)on the wrappedRenderKitobject.Constructors in jakarta.faces.render with parameters of type RendererModifierConstructorDescriptionRendererWrapper(Renderer wrapped) If this renderer has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.