org.apache.myfaces.custom.form
Class HtmlFormRenderer

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.HtmlFormRendererBase
              extended by org.apache.myfaces.custom.form.HtmlFormRenderer

public class HtmlFormRenderer
extends org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlFormRendererBase

Version:
$Revision$ $Date$
Author:
Mathias Broekelmann (latest modification by $Author$)

Constructor Summary
HtmlFormRenderer()
           
 
Method Summary
 void encodeBegin(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  java.lang.String getActionUrl(javax.faces.context.FacesContext facesContext, javax.faces.component.UIForm form)
           
protected  java.lang.String getMethod(javax.faces.context.FacesContext facesContext, javax.faces.component.UIForm form)
           
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlFormRendererBase
addHiddenCommandParameter, afterFormElementsEnd, afterFormElementsStart, beforeFormElementsEnd, beforeFormElementsStart, decode, getAcceptCharset, renderScrollHiddenInputIfNecessary
 
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, encodeChildren, getConvertedValue, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlFormRenderer

public HtmlFormRenderer()
Method Detail

getActionUrl

protected java.lang.String getActionUrl(javax.faces.context.FacesContext facesContext,
                                        javax.faces.component.UIForm form)
Overrides:
getActionUrl in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlFormRendererBase
See Also:
HtmlFormRendererBase.getActionUrl(javax.faces.context.FacesContext, javax.faces.component.UIForm )

getMethod

protected java.lang.String getMethod(javax.faces.context.FacesContext facesContext,
                                     javax.faces.component.UIForm form)
Overrides:
getMethod in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlFormRendererBase
See Also:
HtmlFormRendererBase.getMethod(javax.faces.context.FacesContext, javax.faces.component.UIForm )

encodeBegin

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

encodeEnd

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


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