org.apache.myfaces.tobago.renderkit
Class RendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.tobago.renderkit.RendererBase
- Direct Known Subclasses:
- LayoutableRendererBase
public class RendererBase
- extends javax.faces.render.Renderer
Date: Apr 21, 2007
Time: 8:04:25 PM
Field Summary |
protected static org.apache.commons.logging.Log |
LOG
|
Method Summary |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
int |
getConfiguredValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String key)
|
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue)
|
javax.faces.convert.Converter |
getConverter(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected java.lang.String |
getCurrentValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
java.lang.String |
getRendererName(java.lang.String rendererType)
|
protected java.lang.Object |
getValue(javax.faces.component.UIComponent component)
|
Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, encodeChildren, encodeEnd, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final org.apache.commons.logging.Log LOG
RendererBase
public RendererBase()
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class javax.faces.render.Renderer
getRendererName
public java.lang.String getRendererName(java.lang.String rendererType)
getConfiguredValue
public int getConfiguredValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String key)
getCurrentValue
protected java.lang.String getCurrentValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getValue
protected java.lang.Object getValue(javax.faces.component.UIComponent component)
getConverter
public javax.faces.convert.Converter getConverter(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
getConvertedValue
public java.lang.Object getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue)
throws javax.faces.convert.ConverterException
- Overrides:
getConvertedValue
in class javax.faces.render.Renderer
- Throws:
javax.faces.convert.ConverterException
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.