public class ModeListRenderer extends BaseRenderer
| Constructor and Description |
|---|
ModeListRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
protected void |
renderItem(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter out,
UIModeList list,
UIListItem item)
Renders the given item for the given list
|
assertParmeters, getParameterComponents, outputAttributepublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class javax.faces.render.RendererRenderer.decode(javax.faces.context.FacesContext, javax.faces.component.UIComponent)public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class javax.faces.render.RendererIOExceptionRenderer.encodeBegin(javax.faces.context.FacesContext, javax.faces.component.UIComponent)public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeChildren in class javax.faces.render.RendererIOExceptionRenderer.encodeChildren(javax.faces.context.FacesContext, javax.faces.component.UIComponent)public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class javax.faces.render.RendererIOExceptionRenderer.encodeEnd(javax.faces.context.FacesContext, javax.faces.component.UIComponent)public boolean getRendersChildren()
getRendersChildren in class javax.faces.render.RendererRenderer.getRendersChildren()protected void renderItem(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter out,
UIModeList list,
UIListItem item)
throws IOException
context - FacesContextout - ResponseWriter to write tolist - The parent listitem - The item to renderIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.