Class HtmlInputFileRendererBase
java.lang.Object
jakarta.faces.render.Renderer
org.apache.myfaces.renderkit.html.base.HtmlRenderer
org.apache.myfaces.renderkit.html.base.HtmlInputFileRendererBase
- Direct Known Subclasses:
- HtmlInputFileRenderer
- 
Field SummaryFields inherited from class jakarta.faces.render.RendererPASSTHROUGH_RENDERER_LOCALNAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(FacesContext facesContext, UIComponent component) voidencodeEnd(FacesContext facesContext, UIComponent component) getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) protected voidrenderInput(FacesContext facesContext, UIComponent component) protected voidrenderInputBegin(FacesContext facesContext, UIComponent component) protected voidrenderInputEnd(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, encodeBegin, encodeChildren, getRendersChildren
- 
Constructor Details- 
HtmlInputFileRendererBasepublic HtmlInputFileRendererBase()
 
- 
- 
Method Details- 
decode
- 
encodeEnd- Overrides:
- encodeEndin class- Renderer
- Throws:
- IOException
 
- 
getConvertedValuepublic Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException - Overrides:
- getConvertedValuein class- Renderer
- Throws:
- ConverterException
 
- 
renderInput- Throws:
- IOException
 
- 
renderInputBeginprotected void renderInputBegin(FacesContext facesContext, UIComponent component) throws IOException - Throws:
- IOException
 
- 
renderInputEnd- Throws:
- IOException
 
 
-