public class HtmlTextRendererBase extends HtmlRenderer
Constructor and Description |
---|
HtmlTextRendererBase() |
Modifier and Type | Method and Description |
---|---|
void |
decode(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component) |
Object |
getConvertedValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
Object submittedValue) |
protected boolean |
isAutocompleteOff(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
If autocomplete is "on" or not set, do not render it
|
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,
String text,
boolean escape) |
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
public void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
encodeEnd
in class javax.faces.render.Renderer
IOException
protected static void renderOutput(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
public static void renderOutputText(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String text, boolean escape) throws IOException
IOException
protected void renderInput(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws IOException
IOException
protected boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected boolean isAutocompleteOff(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
public void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
decode
in class javax.faces.render.Renderer
public Object getConvertedValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, Object submittedValue) throws javax.faces.convert.ConverterException
getConvertedValue
in class javax.faces.render.Renderer
javax.faces.convert.ConverterException
Copyright © 2013 Apache Software Foundation. All Rights Reserved.