org.apache.myfaces.renderkit.html.ext
Class HtmlSecretRenderer

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.HtmlSecretRendererBase
              extended by org.apache.myfaces.renderkit.html.ext.HtmlSecretRenderer

public class HtmlSecretRenderer
extends HtmlSecretRendererBase

Version:
$Revision: 659874 $ $Date: 2008-05-24 15:59:15 -0500 (Sat, 24 May 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Bruno Aranda

Constructor Summary
HtmlSecretRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  void renderInputValueOnly(javax.faces.context.FacesContext facesContext, javax.faces.component.UIInput uiInput)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlSecretRendererBase
decode, getConvertedValue, isAutocompleteOff
 
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

HtmlSecretRenderer

public HtmlSecretRenderer()
Method Detail

isDisabled

protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent uiComponent)
Overrides:
isDisabled in class HtmlSecretRendererBase

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
               throws java.io.IOException
Overrides:
encodeEnd in class HtmlSecretRendererBase
Throws:
java.io.IOException

renderInputValueOnly

protected void renderInputValueOnly(javax.faces.context.FacesContext facesContext,
                                    javax.faces.component.UIInput uiInput)
                             throws java.io.IOException
Throws:
java.io.IOException


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