com.liferay.faces.bridge.renderkit.richfaces.internal
Class RichFacesUploadedFileHandler

java.lang.Object
  extended by com.liferay.faces.bridge.renderkit.richfaces.internal.RichFacesUploadedFileHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class RichFacesUploadedFileHandler
extends Object
implements InvocationHandler, Serializable

Author:
Neil Griffin
See Also:
Serialized Form

Constructor Summary
RichFacesUploadedFileHandler(UploadedFile uploadedFile)
           
 
Method Summary
protected  byte[] getBytes()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichFacesUploadedFileHandler

public RichFacesUploadedFileHandler(UploadedFile uploadedFile)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getBytes

protected byte[] getBytes()


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