| Package | Description |
|---|---|
| com.liferay.faces.util.context.map |
Copyright (c) 2000-2020 Liferay, Inc.
|
| com.liferay.faces.util.model |
Copyright (c) 2000-2020 Liferay, Inc.
|
| 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(Exception e,
UploadedFile.Status uploadedFileStatus)
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)
Deprecated.
Call
UploadedFileFactory.getUploadedFileInstance(ExternalContext, Exception) instead.
Returns a new instance of |
static UploadedFile |
UploadedFileFactory.getUploadedFileInstance(javax.faces.context.ExternalContext externalContext,
Exception e)
Returns a new instance of
UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. |
static UploadedFile |
UploadedFileFactory.getUploadedFileInstance(javax.faces.context.ExternalContext externalContext,
Exception e,
UploadedFile.Status uploadedFileStatus)
Returns a new instance of
UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. |
static UploadedFile |
UploadedFileFactory.getUploadedFileInstance(javax.faces.context.ExternalContext externalContext,
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. |
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)
Deprecated.
Call
UploadedFileFactory.getUploadedFileInstance(ExternalContext, String, Map, String, String, Map, String,
String, String, long, UploadedFile.Status) instead.
Returns a new instance of |
abstract UploadedFile |
UploadedFileWrapper.getWrapped() |
Copyright © 2020 Liferay, Inc.. All rights reserved.