public class FocusHTMLRenderer extends Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY| Constructor and Description |
|---|
FocusHTMLRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeEnd(FacesContext context,
UIComponent component)
Render the ending of the current state of the specified
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value
to be rendered. |
convertClientId, decode, encodeBegin, encodeChildren, getConvertedValue, getRendersChildrenpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
RendererRender the ending of the current state of the specified
UIComponent, following the rules described for
encodeBegin() to acquire the appropriate value
to be rendered.
encodeEnd in class Renderercontext - FacesContext for the response we are creatingcomponent - UIComponent to be renderedIOException - if an input/output error occurs while renderingCopyright © 1997–2019 Eclipse Foundation. All rights reserved.