public abstract class CommandRendererBase extends DecodingCommandRendererBase
Constructor and Description |
---|
CommandRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
addCssItems(javax.faces.context.FacesContext facesContext,
AbstractUICommand command,
List<CssItem> collected) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
boolean |
getRendersChildren() |
commandActivated, decode
getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeBegin
in class javax.faces.render.Renderer
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeChildren
in class javax.faces.render.Renderer
IOException
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected void addCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command, List<CssItem> collected)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.