org.apache.myfaces.renderkit.html
Class HtmlTextRendererBase
java.lang.Object
javax.faces.render.Renderer
org.apache.myfaces.renderkit.html.HtmlRenderer
org.apache.myfaces.renderkit.html.HtmlTextRendererBase
- Direct Known Subclasses:
- HtmlTextRenderer, HtmlTextRenderer
- public class HtmlTextRendererBase
- extends HtmlRenderer
- Version:
- $Revision: 1.9 $ $Date: 2004/12/23 13:03:09 $
$Log: HtmlTextRendererBase.java,v $
Revision 1.9 2004/12/23 13:03:09 mmarinschek
id's not rendered (or not conditionally rendered); changes in jslistener to support both ie and firefox now
Revision 1.8 2004/10/13 11:51:01 matze
renamed packages to org.apache
Revision 1.7 2004/09/02 17:23:25 tinytoony
fix for the span-element for other than the output-text
Revision 1.6 2004/09/02 16:44:38 tinytoony
fix for the fix ;) for span-element bug
Revision 1.5 2004/08/30 17:50:34 tinytoony
fix for span-element bug
Revision 1.4 2004/08/30 17:29:26 tinytoony
fix for span-element bug
Revision 1.3 2004/07/01 22:00:56 mwessendorf
ASF switch
Revision 1.2 2004/05/25 07:33:06 manolito
no longer depends on specific component classes
Revision 1.1 2004/05/18 14:31:39 manolito
user role support completely moved to components source tree
- Author:
- Thomas Spiegl (latest modification by $Author: mmarinschek $), Manfred Geiler
Method Summary |
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
java.lang.Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue)
|
protected boolean |
isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
protected void |
renderInput(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
protected static void |
renderOutput(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
static void |
renderOutputText(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String text,
boolean escape)
|
Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeBegin, getRendersChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTextRendererBase
public HtmlTextRendererBase()
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderOutput
protected static void renderOutput(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderOutputText
public static void renderOutputText(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String text,
boolean escape)
throws java.io.IOException
- Throws:
java.io.IOException
renderInput
protected void renderInput(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
isDisabled
protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
decode
public void decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
getConvertedValue
public java.lang.Object getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.Object submittedValue)
throws javax.faces.convert.ConverterException
- Throws:
javax.faces.convert.ConverterException