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

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

public class HtmlTextareaRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextareaRendererBase

Version:
$Revision: 659874 $ $Date: 2008-05-24 15:59:15 -0500 (sáb, 24 may 2008) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Constructor Summary
HtmlTextareaRenderer()
           
 
Method Summary
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
protected  boolean isCommonEventsOptimizationEnabled(javax.faces.context.FacesContext facesContext)
           
protected  boolean isCommonPropertiesOptimizationEnabled(javax.faces.context.FacesContext facesContext)
           
protected  boolean isDisabled(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextareaRendererBase
decode, encodeTextArea, getConvertedValue, renderTextAreaBegin, renderTextAreaEnd, renderTextAreaValue
 
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

HtmlTextareaRenderer

public HtmlTextareaRenderer()
Method Detail

isCommonPropertiesOptimizationEnabled

protected boolean isCommonPropertiesOptimizationEnabled(javax.faces.context.FacesContext facesContext)
Overrides:
isCommonPropertiesOptimizationEnabled in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer

isCommonEventsOptimizationEnabled

protected boolean isCommonEventsOptimizationEnabled(javax.faces.context.FacesContext facesContext)
Overrides:
isCommonEventsOptimizationEnabled in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer

isDisabled

protected boolean isDisabled(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent uiComponent)
Overrides:
isDisabled in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTextareaRendererBase

encodeEnd

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


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