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 void
encodeBadge(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
void
encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected void
encodeBeginOuter(javax.faces.context.FacesContext facesContext, AbstractUICommand command)
void
encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
void
encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected void
encodeEndOuter(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)
boolean
getRendersChildren()
-
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:
encodeBegin
in classjavax.faces.render.Renderer
- Throws:
IOException
-
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in classjavax.faces.render.Renderer
-
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
- Overrides:
encodeChildren
in classjavax.faces.render.Renderer
- Throws:
IOException
-
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
- Overrides:
encodeEnd
in 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
-
-