Class CommandRendererBase<T extends AbstractUICommand>
java.lang.Object
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertClientId(jakarta.faces.context.FacesContext arg0, String arg1) protected voidencodeBadge(jakarta.faces.context.FacesContext facesContext, T command) voidencodeBeginInternal(jakarta.faces.context.FacesContext facesContext, T component) protected voidencodeBeginOuter(jakarta.faces.context.FacesContext facesContext, T command) voidencodeChildrenInternal(jakarta.faces.context.FacesContext facesContext, T component) voidencodeEndInternal(jakarta.faces.context.FacesContext facesContext, T component) protected voidencodeEndOuter(jakarta.faces.context.FacesContext facesContext, T command) protected CssItem[]getCssItems(jakarta.faces.context.FacesContext facesContext, T command) protected CssItem[]getOuterCssItems(jakarta.faces.context.FacesContext facesContext, T command) booleanMethods inherited from class DecodingCommandRendererBase
commandActivated, decodeInternalMethods inherited from class RendererBase
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
-
Field Details
-
PASSTHROUGH_RENDERER_LOCALNAME_KEY
- See Also:
-
-
Constructor Details
-
CommandRendererBase
public CommandRendererBase()
-
-
Method Details
-
encodeBeginInternal
public void encodeBeginInternal(jakarta.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeBeginInternalin classRendererBase<T extends AbstractUICommand>- Throws:
IOException
-
getRendersChildren
public boolean getRendersChildren() -
encodeChildrenInternal
public void encodeChildrenInternal(jakarta.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeChildrenInternalin classRendererBase<T extends AbstractUICommand>- Throws:
IOException
-
encodeEndInternal
public void encodeEndInternal(jakarta.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeEndInternalin classRendererBase<T extends AbstractUICommand>- Throws:
IOException
-
encodeBeginOuter
protected void encodeBeginOuter(jakarta.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-
encodeEndOuter
protected void encodeEndOuter(jakarta.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-
getOuterCssItems
-
getCssItems
-
encodeBadge
protected void encodeBadge(jakarta.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-
convertClientId
-