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 Summary
Fields inherited from class javax.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
Methods inherited from class org.apache.myfaces.tobago.internal.renderkit.renderer.DecodingCommandRendererBase
commandActivated, decodeInternal
Methods inherited from class org.apache.myfaces.tobago.renderkit.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
Methods inherited from class javax.faces.render.Renderer
convertClientId
-
Constructor Details
-
CommandRendererBase
public CommandRendererBase()
-
-
Method Details
-
encodeBeginInternal
public void encodeBeginInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeBeginInternal
in classRendererBase<T extends AbstractUICommand>
- Throws:
IOException
-
getRendersChildren
public boolean getRendersChildren()- Overrides:
getRendersChildren
in classjavax.faces.render.Renderer
-
encodeChildrenInternal
public void encodeChildrenInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeChildrenInternal
in classRendererBase<T extends AbstractUICommand>
- Throws:
IOException
-
encodeEndInternal
public void encodeEndInternal(javax.faces.context.FacesContext facesContext, T component) throws IOException - Overrides:
encodeEndInternal
in classRendererBase<T extends AbstractUICommand>
- Throws:
IOException
-
encodeBeginOuter
protected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-
encodeEndOuter
protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-
getOuterCssItems
-
getCssItems
-
encodeBadge
protected void encodeBadge(javax.faces.context.FacesContext facesContext, T command) throws IOException - Throws:
IOException
-