| Package | Description |
|---|---|
| com.liferay.faces.util.context.map | |
| com.liferay.faces.util.model | |
| com.liferay.faces.util.model.internal |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UploadedFile>> |
MultiPartFormData.getUploadedFileMap() |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadedFileWrapper |
| Modifier and Type | Method and Description |
|---|---|
abstract UploadedFile |
UploadedFileFactory.getUploadedFile(Exception e)
Returns a new instance of
UploadedFile. |
abstract UploadedFile |
UploadedFileFactory.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. |
static UploadedFile |
UploadedFileFactory.getUploadedFileInstance(Exception e)
Returns a new instance of
UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. |
static UploadedFile |
UploadedFileFactory.getUploadedFileInstance(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 from the UploadedFileFactory found by the FactoryExtensionFinder. |
abstract UploadedFile |
UploadedFileWrapper.getWrapped() |
| Modifier and Type | Class and Description |
|---|---|
class |
UploadedFileErrorImpl |
class |
UploadedFileImpl |
| Modifier and Type | Method and Description |
|---|---|
UploadedFile |
UploadedFileFactoryImpl.getUploadedFile(Exception e) |
UploadedFile |
UploadedFileFactoryImpl.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 © 2016 Liferay, Inc.. All rights reserved.