com.liferay.faces.bridge.model
Class UploadedFileFactory

java.lang.Object
  extended by com.liferay.faces.bridge.model.UploadedFileFactory
All Implemented Interfaces:
FactoryWrapper<UploadedFileFactory>, javax.faces.FacesWrapper<UploadedFileFactory>
Direct Known Subclasses:
UploadedFileFactoryImpl

public abstract class UploadedFileFactory
extends Object
implements FactoryWrapper<UploadedFileFactory>

Author:
Neil Griffin

Constructor Summary
UploadedFileFactory()
           
 
Method Summary
abstract  UploadedFile getUploadedFile(Exception e)
           
abstract  UploadedFile getUploadedFile(String absolutePath, Map<String,Object> attributes, String charSet, String contentType, Map<String,List<String>> headers, String id, String message, String name, long size, UploadedFile.Status status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.FactoryWrapper
getWrapped
 

Constructor Detail

UploadedFileFactory

public UploadedFileFactory()
Method Detail

getUploadedFile

public abstract UploadedFile getUploadedFile(Exception e)

getUploadedFile

public abstract UploadedFile getUploadedFile(String absolutePath,
                                             Map<String,Object> attributes,
                                             String charSet,
                                             String contentType,
                                             Map<String,List<String>> headers,
                                             String id,
                                             String message,
                                             String name,
                                             long size,
                                             UploadedFile.Status status)


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