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 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,
String key)
|
Object |
getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue)
|
javax.faces.convert.Converter |
getConverter(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
protected String |
getCurrentValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
String |
getRendererName(String rendererType)
|
protected 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 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 String getRendererName(String rendererType)
getConfiguredValue
public int getConfiguredValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String key)
getCurrentValue
protected String getCurrentValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getValue
protected 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 Object getConvertedValue(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object submittedValue)
throws javax.faces.convert.ConverterException
- Overrides:
getConvertedValue
in class javax.faces.render.Renderer
- Throws:
javax.faces.convert.ConverterException
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.