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

Packages that use UploadedFile
com.liferay.faces.util.context.map   
com.liferay.faces.util.model   
com.liferay.faces.util.model.internal   
 

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)
           
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)
           
abstract  UploadedFile UploadedFileWrapper.getWrapped()
           
 

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

Classes in com.liferay.faces.util.model.internal that implement UploadedFile
 class UploadedFileErrorImpl
           
 class UploadedFileImpl
           
 

Methods in com.liferay.faces.util.model.internal that return UploadedFile
 UploadedFile UploadedFileFactoryImpl.getUploadedFile(Exception e)
           
 UploadedFile UploadedFileFactoryImpl.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)
           
 



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