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, decodeInternaldecode, decodeClientBehaviors, encodeBegin, encodeBehavior, encodeBehavior, encodeChildren, encodeEnd, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItemspublic void encodeBeginInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeBeginInternal in class RendererBase<T extends AbstractUICommand>IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Rendererpublic void encodeChildrenInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeChildrenInternal in class RendererBase<T extends AbstractUICommand>IOExceptionpublic void encodeEndInternal(javax.faces.context.FacesContext facesContext,
T component)
throws IOException
encodeEndInternal in class RendererBase<T extends AbstractUICommand>IOExceptionprotected void encodeBeginOuter(javax.faces.context.FacesContext facesContext,
T command)
throws IOException
IOExceptionprotected void encodeEndOuter(javax.faces.context.FacesContext facesContext,
T command)
throws IOException
IOExceptionprotected 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
IOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.