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 Summary
Fields inherited from class jakarta.faces.render.Renderer
PASSTHROUGH_RENDERER_LOCALNAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(FacesContext facesContext, UIComponent component) void
encodeEnd
(FacesContext facesContext, UIComponent component) getConvertedValue
(FacesContext context, UIComponent component, Object submittedValue) protected void
renderInput
(FacesContext facesContext, UIComponent component) protected void
renderInputBegin
(FacesContext facesContext, UIComponent component) protected void
renderInputEnd
(FacesContext facesContext, UIComponent component) Methods inherited from class org.apache.myfaces.renderkit.html.base.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, isCommonEventsOptimizationEnabled, isCommonPropertiesOptimizationEnabled, renderId, shouldRenderId
Methods inherited from class jakarta.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getRendersChildren
-
Constructor Details
-
HtmlInputFileRendererBase
public HtmlInputFileRendererBase()
-
-
Method Details
-
decode
-
encodeEnd
- Overrides:
encodeEnd
in classRenderer
- Throws:
IOException
-
getConvertedValue
public Object getConvertedValue(FacesContext context, UIComponent component, Object submittedValue) throws ConverterException - Overrides:
getConvertedValue
in classRenderer
- Throws:
ConverterException
-
renderInput
- Throws:
IOException
-
renderInputBegin
protected void renderInputBegin(FacesContext facesContext, UIComponent component) throws IOException - Throws:
IOException
-
renderInputEnd
- Throws:
IOException
-