public class UploadedFileFactoryImpl extends UploadedFileFactory implements Serializable
| Constructor and Description |
|---|
UploadedFileFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
UploadedFile |
getUploadedFile(Exception e)
Returns a new instance of
UploadedFile. |
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)
Returns a new instance of
UploadedFile. |
UploadedFileFactory |
getWrapped()
Returns the wrapped factory instance if this factory decorates another.
|
getUploadedFileInstance, getUploadedFileInstancepublic UploadedFile getUploadedFile(Exception e)
UploadedFileFactoryUploadedFile. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.getUploadedFile in class UploadedFileFactorypublic 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)
UploadedFileFactoryUploadedFile. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.getUploadedFile in class UploadedFileFactorypublic UploadedFileFactory getWrapped()
UploadedFileFactorygetWrapped in interface javax.faces.FacesWrapper<UploadedFileFactory>getWrapped in class UploadedFileFactoryCopyright © 2016 Liferay, Inc.. All rights reserved.