Class HtmlFormRendererBase
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlFormRendererBase
- Direct Known Subclasses:
- HtmlFormRenderer
- 
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 voidafterFormElementsStart(FacesContext facesContext, UIComponent component) Called after the state and any elements are added to the form tag in the encodeBegin methodprotected voidbeforeFormElementsEnd(FacesContext facesContext, UIComponent component) Called before the state and any elements are added to the form tag in the encodeEnd methodprotected voidbeforeFormElementsStart(FacesContext facesContext, UIComponent component) Called before the state and any elements are added to the form tag in the encodeBegin methodvoiddecode(FacesContext facesContext, UIComponent component) voidencodeBegin(FacesContext facesContext, UIComponent component) voidencodeEnd(FacesContext facesContext, UIComponent component) protected StringgetAcceptCharset(FacesContext facesContext, UIForm form) protected StringgetActionUrl(FacesContext facesContext, UIForm form) protected StringgetMethod(FacesContext facesContext, UIForm form) static voidrenderScrollHiddenInputIfNecessary(UIComponent form, FacesContext facesContext, ResponseWriter writer) protected voidrenderViewStateAndHiddenFields(FacesContext facesContext, UIComponent component) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderergetActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderIdMethods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getConvertedValue, getRendersChildren
- 
Constructor Details- 
HtmlFormRendererBasepublic HtmlFormRendererBase()
 
- 
- 
Method Details- 
encodeBegin- Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
- 
getActionUrl
- 
getMethod
- 
getAcceptCharset
- 
encodeEnd- Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
- 
renderViewStateAndHiddenFieldsprotected void renderViewStateAndHiddenFields(FacesContext facesContext, UIComponent component) throws IOException - Throws:
- IOException
 
- 
decode
- 
renderScrollHiddenInputIfNecessarypublic static void renderScrollHiddenInputIfNecessary(UIComponent form, FacesContext facesContext, ResponseWriter writer) throws IOException - Throws:
- IOException
 
- 
beforeFormElementsStartprotected void beforeFormElementsStart(FacesContext facesContext, UIComponent component) throws IOException Called before the state and any elements are added to the form tag in the encodeBegin method- Throws:
- IOException
 
- 
afterFormElementsStartprotected void afterFormElementsStart(FacesContext facesContext, UIComponent component) throws IOException Called after the state and any elements are added to the form tag in the encodeBegin method- Throws:
- IOException
 
- 
beforeFormElementsEndprotected void beforeFormElementsEnd(FacesContext facesContext, UIComponent component) throws IOException Called before the state and any elements are added to the form tag in the encodeEnd method- Throws:
- IOException
 
- 
afterFormElementsEndprotected void afterFormElementsEnd(FacesContext facesContext, UIComponent component) throws IOException Called after the state and any elements are added to the form tag in the encodeEnd method- Throws:
- IOException
 
 
-