com.liferay.faces.bridge.model
Class UploadedFileFactoryImpl
java.lang.Object
com.liferay.faces.bridge.model.UploadedFileFactory
com.liferay.faces.bridge.model.UploadedFileFactoryImpl
- All Implemented Interfaces:
- FactoryWrapper<UploadedFileFactory>, javax.faces.FacesWrapper<UploadedFileFactory>
public class UploadedFileFactoryImpl
- extends UploadedFileFactory
- Author:
- Neil Griffin
|
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 |
UploadedFileFactoryImpl
public UploadedFileFactoryImpl()
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.