public class

RendererBase

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

Summary

Public Constructors
RendererBase()
Public Methods
int getConfiguredValue(FacesContext facesContext, UIComponent component, String key)
This method is deprecated. since 1.5.0, please use getResourceManager().getThemeMeasure()
Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue)
Converter getConverter(FacesContext context, UIComponent component)
boolean getPrepareRendersChildren()
void onComponentCreated(FacesContext facesContext, UIComponent component, UIComponent parent)
void prepareRender(FacesContext facesContext, UIComponent component)
Hook to e.
void prepareRendersChildren(FacesContext context, UIComponent component)
Protected Methods
String getCurrentValue(FacesContext facesContext, UIComponent component)
Object getCurrentValueAsObject(UIInput input)
String getFormattedValue(FacesContext context, UIComponent component, Object currentValue)
String getRendererName(String rendererType)
This method is deprecated. todo: should be done in the StyleClasses class.
synchronized ResourceManager getResourceManager()
Object getValue(UIComponent component)
[Expand]
Inherited Methods
From class javax.faces.render.Renderer
From class java.lang.Object

Public Constructors

public RendererBase ()

Public Methods

public int getConfiguredValue (FacesContext facesContext, UIComponent component, String key)

This method is deprecated.
since 1.5.0, please use getResourceManager().getThemeMeasure()

public Object getConvertedValue (FacesContext context, UIComponent component, Object submittedValue)

Throws
ConverterException

public Converter getConverter (FacesContext context, UIComponent component)

public boolean getPrepareRendersChildren ()

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

public void prepareRender (FacesContext facesContext, UIComponent component)

Hook to e. g. register resources, etc.

Throws
IOException

public void prepareRendersChildren (FacesContext context, UIComponent component)

Throws
IOException

Protected Methods

protected String getCurrentValue (FacesContext facesContext, UIComponent component)

protected Object getCurrentValueAsObject (UIInput input)

protected String getFormattedValue (FacesContext context, UIComponent component, Object currentValue)

Throws
ConverterException

protected String getRendererName (String rendererType)

This method is deprecated.
todo: should be done in the StyleClasses class.

protected synchronized ResourceManager getResourceManager ()

protected Object getValue (UIComponent component)