public class FocusHTMLRenderer
extends javax.faces.render.Renderer
| Constructor and Description |
|---|
FocusHTMLRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.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. |
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
javax.faces.render.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 javax.faces.render.Renderercontext - FacesContext for the response we are creatingcomponent - UIComponent to be renderedIOException - if an input/output error occurs while renderingCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.