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
 
 public class HtmlFormRendererBase extends HtmlRenderer 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
 
- 
 - 
Constructor SummaryConstructors Constructor Description HtmlFormRendererBase()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, shouldRenderId
 - 
Methods inherited from class jakarta.faces.render.RendererconvertClientId, encodeChildren, getConvertedValue, getRendersChildren
 
- 
 
- 
- 
- 
Method Detail- 
encodeBeginpublic void encodeBegin(FacesContext facesContext, UIComponent component) throws IOException - Overrides:
- encodeBeginin class- Renderer
- Throws:
- IOException
 
 - 
getActionUrlprotected String getActionUrl(FacesContext facesContext, UIForm form) 
 - 
getMethodprotected String getMethod(FacesContext facesContext, UIForm form) 
 - 
getAcceptCharsetprotected String getAcceptCharset(FacesContext facesContext, UIForm form) 
 - 
encodeEndpublic void encodeEnd(FacesContext facesContext, UIComponent component) throws IOException - Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
 - 
renderViewStateAndHiddenFieldsprotected void renderViewStateAndHiddenFields(FacesContext facesContext, UIComponent component) throws IOException - Throws:
- IOException
 
 - 
decodepublic void decode(FacesContext facesContext, UIComponent component) 
 - 
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
 
 
- 
 
-