com.liferay.faces.bridge.component.inputfile.internal
Class InputFileDelegationResponseWriter

java.lang.Object
  extended by java.io.Writer
      extended by javax.faces.context.ResponseWriter
          extended by javax.faces.context.ResponseWriterWrapper
              extended by com.liferay.faces.util.render.internal.DelegationResponseWriter
                  extended by com.liferay.faces.util.render.internal.DelegationResponseWriterBase
                      extended by com.liferay.faces.bridge.component.inputfile.internal.InputFileDelegationResponseWriterCompat
                          extended by com.liferay.faces.bridge.component.inputfile.internal.InputFileDelegationResponseWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>

public class InputFileDelegationResponseWriter
extends InputFileDelegationResponseWriterCompat

This class is a DelegationResponseWriter that encodes HTML5 attributes for file upload components.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
InputFileDelegationResponseWriter(javax.faces.context.ResponseWriter responseWriter)
           
 
Method Summary
 void startElement(String name, javax.faces.component.UIComponent uiComponent)
           
 
Methods inherited from class com.liferay.faces.bridge.component.inputfile.internal.InputFileDelegationResponseWriterCompat
writeAttribute
 
Methods inherited from class com.liferay.faces.util.render.internal.DelegationResponseWriterBase
getWrapped
 
Methods inherited from class javax.faces.context.ResponseWriterWrapper
cloneWithWriter, close, endCDATA, endDocument, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startDocument, write, writeComment, writeText, writeText, writeText, writeURIAttribute
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFileDelegationResponseWriter

public InputFileDelegationResponseWriter(javax.faces.context.ResponseWriter responseWriter)
Method Detail

startElement

public void startElement(String name,
                         javax.faces.component.UIComponent uiComponent)
                  throws IOException
Overrides:
startElement in class javax.faces.context.ResponseWriterWrapper
Throws:
IOException


Copyright © 2015 Liferay, Inc.. All rights reserved.