public abstract class CommandRendererBase extends DecodingCommandRendererBase
Constructor and Description |
---|
CommandRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeBadge(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
void |
encodeBegin(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeBeginOuter(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
void |
encodeChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
protected void |
encodeEndOuter(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
protected CssItem[] |
getCssItems(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
protected CssItem[] |
getDropdownCssItems(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
protected CssItem[] |
getOuterCssItems(javax.faces.context.FacesContext facesContext,
AbstractUICommand command) |
boolean |
getRendersChildren() |
commandActivated, decode
encodeReload, 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 encodeBeginOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
IOException
protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
IOException
protected CssItem[] getOuterCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
protected CssItem[] getCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
protected CssItem[] getDropdownCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
protected void encodeBadge(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.