Class HtmlFormRenderer
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlFormRendererBase
org.apache.myfaces.renderkit.html.HtmlFormRenderer
@JSFRenderer(renderKitId="HTML_BASIC",
             family="jakarta.faces.Form",
             type="jakarta.faces.Form")
public class HtmlFormRenderer
extends HtmlFormRendererBase
- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Thomas Spiegl, Anton Koinov
- 
Field SummaryFields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidafterFormElementsEnd(FacesContext facesContext, UIComponent component) Called after the state and any elements are added to the form tag in the encodeEnd methodprotected booleanisCommonEventsOptimizationEnabled(FacesContext facesContext) protected booleanisCommonPropertiesOptimizationEnabled(FacesContext facesContext) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlFormRendererBaseafterFormElementsStart, beforeFormElementsEnd, beforeFormElementsStart, decode, encodeBegin, encodeEnd, getAcceptCharset, getActionUrl, getMethod, renderScrollHiddenInputIfNecessary, renderViewStateAndHiddenFieldsMethods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderergetActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderIdMethods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getConvertedValue, getRendersChildren
- 
Constructor Details- 
HtmlFormRendererpublic HtmlFormRenderer()
 
- 
- 
Method Details- 
afterFormElementsEndprotected void afterFormElementsEnd(FacesContext facesContext, UIComponent component) throws IOException Description copied from class:HtmlFormRendererBaseCalled after the state and any elements are added to the form tag in the encodeEnd method- Overrides:
- afterFormElementsEndin class- HtmlFormRendererBase
- Throws:
- IOException
 
- 
isCommonPropertiesOptimizationEnabled- Overrides:
- isCommonPropertiesOptimizationEnabledin class- HtmlRenderer
 
- 
isCommonEventsOptimizationEnabled- Overrides:
- isCommonEventsOptimizationEnabledin class- HtmlRenderer
 
 
-