com.liferay.faces.bridge.model
Class UploadedFileFactoryImpl

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

public class UploadedFileFactoryImpl
extends UploadedFileFactory

Author:
Neil Griffin

Constructor Summary
UploadedFileFactoryImpl()
           
 
Method Summary
 UploadedFile getUploadedFile(Exception e)
           
 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)
           
 UploadedFileFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadedFileFactoryImpl

public UploadedFileFactoryImpl()
Method Detail

getUploadedFile

public UploadedFile getUploadedFile(Exception e)
Specified by:
getUploadedFile in class UploadedFileFactory

getUploadedFile

public 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)
Specified by:
getUploadedFile in class UploadedFileFactory

getWrapped

public UploadedFileFactory getWrapped()


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