org.apache.myfaces.custom.inputAjax
Class HtmlInputTextAjaxRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
              extended by org.apache.myfaces.custom.inputAjax.HtmlInputTextAjaxRenderer
All Implemented Interfaces:
AjaxRenderer

public class HtmlInputTextAjaxRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
implements AjaxRenderer


Constructor Summary
HtmlInputTextAjaxRenderer()
           
 
Method Summary
 void encodeAjax(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
decode, getConvertedValue, isDisabled, renderInput, renderOutput, renderOutputText
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlInputTextAjaxRenderer

public HtmlInputTextAjaxRenderer()
Method Detail

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException
Overrides:
encodeEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextRendererBase
Throws:
java.io.IOException

encodeAjax

public void encodeAjax(javax.faces.context.FacesContext context,
                       javax.faces.component.UIComponent component)
                throws java.io.IOException
Specified by:
encodeAjax in interface AjaxRenderer
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.