com.liferay.faces.bridge.model
Class UploadedFileFactory
java.lang.Object
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
|
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 |
UploadedFileFactory
public UploadedFileFactory()
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.