|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UploadedFile | |
|---|---|
| com.liferay.faces.util.context.map | |
| com.liferay.faces.util.model | |
| Uses of UploadedFile in com.liferay.faces.util.context.map |
|---|
| Methods in com.liferay.faces.util.context.map that return types with arguments of type UploadedFile | |
|---|---|
Map<String,List<UploadedFile>> |
MultiPartFormData.getUploadedFileMap()
|
| Uses of UploadedFile in com.liferay.faces.util.model |
|---|
| Classes in com.liferay.faces.util.model that implement UploadedFile | |
|---|---|
class |
UploadedFileWrapper
|
| Methods in com.liferay.faces.util.model that return UploadedFile | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||