public class AgentListRenderer
extends javax.faces.render.Renderer
Constructor and Description |
---|
AgentListRenderer() |
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 |
setupSubmitOnClick(javax.faces.context.FacesContext context,
javax.faces.context.ResponseWriter w,
UIAgentList agentList,
String clientId,
String sourceId) |
public void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public void encodeChildren(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
public void decode(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
protected void setupSubmitOnClick(javax.faces.context.FacesContext context, javax.faces.context.ResponseWriter w, UIAgentList agentList, String clientId, String sourceId) throws IOException
IOException
Copyright © 2021. All Rights Reserved.