Uses of Interface
com.liferay.faces.util.model.UploadedFile

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 UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.

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 UploadedFile from the UploadedFileFactory found by the FactoryExtensionFinder. The returned instance is guaranteed to be Serializable but not guaranteed to be thread-safe.

abstract  UploadedFile UploadedFileWrapper.getWrapped()
           
 



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