Class CommandRendererBase<T extends AbstractUICommand>
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.tobago.renderkit.RendererBase<T>
org.apache.myfaces.tobago.internal.renderkit.renderer.DecodingCommandRendererBase<T>
org.apache.myfaces.tobago.internal.renderkit.renderer.CommandRendererBase<T>
- Direct Known Subclasses:
- ButtonRenderer,- LinkRenderer
public abstract class CommandRendererBase<T extends AbstractUICommand>
extends DecodingCommandRendererBase<T>
- 
Field SummaryFields inherited from class javax.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidencodeBadge(javax.faces.context.FacesContext facesContext, T command) voidencodeBeginInternal(javax.faces.context.FacesContext facesContext, T component) protected voidencodeBeginOuter(javax.faces.context.FacesContext facesContext, T command) voidencodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) voidencodeEndInternal(javax.faces.context.FacesContext facesContext, T component) protected voidencodeEndOuter(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) booleanMethods inherited from class org.apache.myfaces.tobago.internal.renderkit.renderer.DecodingCommandRendererBasecommandActivated, decodeInternalMethods inherited from class org.apache.myfaces.tobago.renderkit.RendererBasedecode, decodeClientBehaviors, encodeBegin, encodeBehavior, encodeBehavior, encodeChildren, encodeEnd, encodeReload, getBehaviorCommands, getConvertedValue, getConvertedValueInternal, getConverter, getCurrentValue, getFormattedValue, getResponseWriter, insideBegin, insideBegin, insideEnd, insideEnd, isInside, isInside, renderFocus, renderSelectItems, renderSelectItems, renderSelectItemsMethods inherited from class javax.faces.render.RendererconvertClientId
- 
Constructor Details- 
CommandRendererBasepublic CommandRendererBase()
 
- 
- 
Method Details- 
encodeBeginInternalpublic void encodeBeginInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
- encodeBeginInternalin class- RendererBase<T extends AbstractUICommand>
- Throws:
- IOException
 
- 
getRendersChildrenpublic boolean getRendersChildren()- Overrides:
- getRendersChildrenin class- javax.faces.render.Renderer
 
- 
encodeChildrenInternalpublic void encodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
- encodeChildrenInternalin class- RendererBase<T extends AbstractUICommand>
- Throws:
- IOException
 
- 
encodeEndInternalpublic void encodeEndInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
- encodeEndInternalin class- RendererBase<T extends AbstractUICommand>
- Throws:
- IOException
 
- 
encodeBeginOuterprotected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
- IOException
 
- 
encodeEndOuterprotected void encodeEndOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
- IOException
 
- 
getOuterCssItems
- 
getCssItems
- 
encodeBadgeprotected void encodeBadge(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
- IOException
 
 
-