| Package | Description |
|---|---|
| com.liferay.faces.util.model |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
UploadedFile.Status |
UploadedFile.getStatus() |
UploadedFile.Status |
UploadedFileWrapper.getStatus() |
static UploadedFile.Status |
UploadedFile.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadedFile.Status[] |
UploadedFile.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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(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 |
Copyright © 2020 Liferay, Inc.. All rights reserved.