public abstract class

AbstractRendererBaseWrapper

extends RendererBase
java.lang.Object
   ↳ javax.faces.render.Renderer
     ↳ org.apache.myfaces.tobago.renderkit.RendererBase
       ↳ org.apache.myfaces.tobago.renderkit.AbstractRendererBaseWrapper
Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors
AbstractRendererBaseWrapper()
Public Methods
final String convertClientId(FacesContext facesContext, String clientId)
final void decode(FacesContext facesContext, UIComponent component)
final void encodeBegin(FacesContext facesContext, UIComponent component)
final void encodeChildren(FacesContext facesContext, UIComponent component)
final void encodeEnd(FacesContext facesContext, UIComponent component)
final Object getConvertedValue(FacesContext facesContext, UIComponent component, Object submittedValue)
final Converter getConverter(FacesContext facesContext, UIComponent component)
final boolean getPrepareRendersChildren()
final boolean getRendersChildren()
final void onComponentCreated(FacesContext facesContext, UIComponent component, UIComponent parent)
final void prepareRender(FacesContext facesContext, UIComponent component)
Hook to e.
final void prepareRendersChildren(FacesContext context, UIComponent component)
Protected Methods
final String getCurrentValue(FacesContext facesContext, UIComponent component)
final Object getCurrentValueAsObject(UIInput input)
final RendererBase getRenderer(FacesContext facesContext)
abstract String getRendererType()
final Object getValue(UIComponent component)
[Expand]
Inherited Methods
From class org.apache.myfaces.tobago.renderkit.RendererBase
From class javax.faces.render.Renderer
From class java.lang.Object

Public Constructors

public AbstractRendererBaseWrapper ()

Public Methods

public final String convertClientId (FacesContext facesContext, String clientId)

public final void decode (FacesContext facesContext, UIComponent component)

public final void encodeBegin (FacesContext facesContext, UIComponent component)

Throws
IOException

public final void encodeChildren (FacesContext facesContext, UIComponent component)

Throws
IOException

public final void encodeEnd (FacesContext facesContext, UIComponent component)

Throws
IOException

public final Object getConvertedValue (FacesContext facesContext, UIComponent component, Object submittedValue)

Throws
ConverterException

public final Converter getConverter (FacesContext facesContext, UIComponent component)

public final boolean getPrepareRendersChildren ()

public final boolean getRendersChildren ()

public final void onComponentCreated (FacesContext facesContext, UIComponent component, UIComponent parent)

public final void prepareRender (FacesContext facesContext, UIComponent component)

Hook to e. g. register resources, etc.

Throws
IOException

public final void prepareRendersChildren (FacesContext context, UIComponent component)

Throws
IOException

Protected Methods

protected final String getCurrentValue (FacesContext facesContext, UIComponent component)

protected final Object getCurrentValueAsObject (UIInput input)

protected final RendererBase getRenderer (FacesContext facesContext)

protected abstract String getRendererType ()

protected final Object getValue (UIComponent component)