public class ProgressBarRenderer extends Renderer
Description:
This class is the class that renders the timerBar
custom tag.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
ProgressBarRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeChildren(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method .
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, encodeBegin, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class RendererIOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
Faces render output method .
encodeEnd in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003–2017 University of Michigan. All rights reserved.