org.apache.myfaces.custom.div
Class DivRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.custom.htmlTag.HtmlTagRenderer
              extended by org.apache.myfaces.custom.div.DivRenderer

public class DivRenderer
extends HtmlTagRenderer

Since:
1.1.7
Version:
$Revision: 691871 $ $Date: 2008-09-03 23:32:08 -0500 (Wed, 03 Sep 2008) $
Author:
bdudney (latest modification by $Author: lu4242 $)

Field Summary
static java.lang.String RENDERER_TYPE
           
 
Constructor Summary
DivRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
           
 
Methods inherited from class org.apache.myfaces.custom.htmlTag.HtmlTagRenderer
encodeChildren, encodeEnd, getParameterMap, getRendersChildren
 
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, decode, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

DivRenderer

public DivRenderer()
Method Detail

encodeBegin

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


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