com.liferay.faces.util.model
Class UploadedFileFactory
java.lang.Object
com.liferay.faces.util.model.UploadedFileFactory
- All Implemented Interfaces:
- javax.faces.FacesWrapper<UploadedFileFactory>
- Direct Known Subclasses:
- UploadedFileFactoryImpl
public abstract class UploadedFileFactory
- extends Object
- implements javax.faces.FacesWrapper<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 |
| Methods inherited from interface javax.faces.FacesWrapper |
getWrapped |
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 © 2015 Liferay, Inc.. All rights reserved.