com.liferay.faces.bridge.renderkit.bridge
Class InputFileRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by com.liferay.faces.bridge.renderkit.bridge.InputFileRenderer

public class InputFileRenderer
extends javax.faces.render.Renderer

Author:
Neil Griffin

Constructor Summary
InputFileRenderer()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 void encodeEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
           
 Object getConvertedValue(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object submittedValue)
           
protected  void writePropertyAttribute(javax.faces.context.ResponseWriter responseWriter, String name, Map<String,Object> attributeMap)
           
protected  void writePropertyAttribute(javax.faces.context.ResponseWriter responseWriter, String name, String property, Map<String,Object> attributeMap)
           
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, encodeBegin, encodeChildren, getRendersChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFileRenderer

public InputFileRenderer()
Method Detail

decode

public void decode(javax.faces.context.FacesContext facesContext,
                   javax.faces.component.UIComponent uiComponent)
Overrides:
decode in class javax.faces.render.Renderer

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent uiComponent)
               throws IOException
Overrides:
encodeEnd in class javax.faces.render.Renderer
Throws:
IOException

writePropertyAttribute

protected void writePropertyAttribute(javax.faces.context.ResponseWriter responseWriter,
                                      String name,
                                      Map<String,Object> attributeMap)
                               throws IOException
Throws:
IOException

writePropertyAttribute

protected void writePropertyAttribute(javax.faces.context.ResponseWriter responseWriter,
                                      String name,
                                      String property,
                                      Map<String,Object> attributeMap)
                               throws IOException
Throws:
IOException

getConvertedValue

public Object getConvertedValue(javax.faces.context.FacesContext context,
                                javax.faces.component.UIComponent component,
                                Object submittedValue)
                         throws javax.faces.convert.ConverterException
Overrides:
getConvertedValue in class javax.faces.render.Renderer
Throws:
javax.faces.convert.ConverterException


Copyright © 2014 Liferay, Inc.. All Rights Reserved.