public abstract class CommandRendererBase<T extends AbstractUICommand> extends DecodingCommandRendererBase<T>
Constructor and Description |
---|
CommandRendererBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
encodeBadge(javax.faces.context.FacesContext facesContext,
T command) |
void |
encodeBeginInternal(javax.faces.context.FacesContext facesContext,
T component) |
protected void |
encodeBeginOuter(javax.faces.context.FacesContext facesContext,
T command) |
void |
encodeChildrenInternal(javax.faces.context.FacesContext facesContext,
T component) |
void |
encodeEndInternal(javax.faces.context.FacesContext facesContext,
T component) |
protected void |
encodeEndOuter(javax.faces.context.FacesContext facesContext,
T command) |
protected CssItem[] |
getCssItems(javax.faces.context.FacesContext facesContext,
T command) |
protected CssItem[] |
getOuterCssItems(javax.faces.context.FacesContext facesContext,
T command) |
boolean |
getRendersChildren() |
commandActivated, decodeInternal
decode, decodeClientBehaviors, encodeBegin, encodeBehavior, encodeBehavior, encodeChildren, encodeEnd, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItems
public void encodeBeginInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
encodeBeginInternal
in class RendererBase<T extends AbstractUICommand>
IOException
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.render.Renderer
public void encodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
encodeChildrenInternal
in class RendererBase<T extends AbstractUICommand>
IOException
public void encodeEndInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException
encodeEndInternal
in class RendererBase<T extends AbstractUICommand>
IOException
protected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException
IOException
protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException
IOException
protected CssItem[] getOuterCssItems(javax.faces.context.FacesContext facesContext, T command)
protected CssItem[] getCssItems(javax.faces.context.FacesContext facesContext, T command)
protected void encodeBadge(javax.faces.context.FacesContext facesContext, T command) throws IOException
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.