Uses of Class
com.liferay.faces.util.model.UploadedFile.Status

Packages that use UploadedFile.Status
com.liferay.faces.util.model   
 

Uses of UploadedFile.Status in com.liferay.faces.util.model
 

Methods in com.liferay.faces.util.model that return UploadedFile.Status
 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.
 

Methods in com.liferay.faces.util.model with parameters of type UploadedFile.Status
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 UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.

 



Copyright © 2019 Liferay, Inc.. All rights reserved.