Class CommandRendererBase
- java.lang.Object
-
- javax.faces.render.Renderer
-
- org.apache.myfaces.tobago.renderkit.RendererBase
-
- org.apache.myfaces.tobago.internal.renderkit.renderer.DecodingCommandRendererBase
-
- org.apache.myfaces.tobago.internal.renderkit.renderer.CommandRendererBase
-
- Direct Known Subclasses:
ButtonRenderer,LinkRenderer
public abstract class CommandRendererBase extends DecodingCommandRendererBase
-
-
Constructor Summary
Constructors Constructor Description CommandRendererBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidencodeBadge(javax.faces.context.FacesContext facesContext, AbstractUICommand command)voidencodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)protected voidencodeBeginOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command)voidencodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)voidencodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)protected voidencodeEndOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command)protected CssItem[]getCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)protected CssItem[]getDropdownCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)protected CssItem[]getOuterCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)booleangetRendersChildren()-
Methods inherited from class org.apache.myfaces.tobago.internal.renderkit.renderer.DecodingCommandRendererBase
commandActivated, decode
-
Methods inherited from class org.apache.myfaces.tobago.renderkit.RendererBase
encodeReload, getConvertedValue, getCurrentValue, getResponseWriter, onComponentCreated
-
-
-
-
Method Detail
-
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeBeginin classjavax.faces.render.Renderer- Throws:
IOException
-
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildrenin classjavax.faces.render.Renderer
-
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeChildrenin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException- Overrides:
encodeEndin classjavax.faces.render.Renderer- Throws:
IOException
-
encodeBeginOuter
protected void encodeBeginOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException- Throws:
IOException
-
encodeEndOuter
protected void encodeEndOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException- Throws:
IOException
-
getOuterCssItems
protected CssItem[] getOuterCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
-
getCssItems
protected CssItem[] getCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
-
getDropdownCssItems
protected CssItem[] getDropdownCssItems(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
-
encodeBadge
protected void encodeBadge(javax.faces.context.FacesContext facesContext, AbstractUICommand command) throws IOException- Throws:
IOException
-
-