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 Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
afterFormElementsEnd
(FacesContext facesContext, UIComponent component) Called after the state and any elements are added to the form tag in the encodeEnd methodprotected boolean
isCommonEventsOptimizationEnabled
(FacesContext facesContext) protected boolean
isCommonPropertiesOptimizationEnabled
(FacesContext facesContext) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlFormRendererBase
afterFormElementsStart, beforeFormElementsEnd, beforeFormElementsStart, decode, encodeBegin, encodeEnd, getAcceptCharset, getActionUrl, getMethod, renderScrollHiddenInputIfNecessary, renderViewStateAndHiddenFields
Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, encodeChildren, getConvertedValue, getRendersChildren
-
Constructor Details
-
HtmlFormRenderer
public HtmlFormRenderer()
-
-
Method Details
-
afterFormElementsEnd
protected void afterFormElementsEnd(FacesContext facesContext, UIComponent component) throws IOException Description copied from class:HtmlFormRendererBase
Called after the state and any elements are added to the form tag in the encodeEnd method- Overrides:
afterFormElementsEnd
in classHtmlFormRendererBase
- Throws:
IOException
-
isCommonPropertiesOptimizationEnabled
- Overrides:
isCommonPropertiesOptimizationEnabled
in classHtmlRenderer
-
isCommonEventsOptimizationEnabled
- Overrides:
isCommonEventsOptimizationEnabled
in classHtmlRenderer
-