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, getRendersChildren
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
Renderer
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.
encodeEnd
in class Renderer
context
- FacesContext
for the response we are creatingcomponent
- UIComponent
to be renderedIOException
- if an input/output error occurs while renderingComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.