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

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

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

Methods in com.liferay.faces.bridge.model that return UploadedFile.Status
 UploadedFile.Status UploadedFileImpl.getStatus()
           
 UploadedFile.Status UploadedFile.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.bridge.model with parameters of type UploadedFile.Status
 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)
           
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)
           
 

Constructors in com.liferay.faces.bridge.model with parameters of type UploadedFile.Status
UploadedFileErrorImpl(String message, UploadedFile.Status status)
           
UploadedFileImpl(String absolutePath, Map<String,Object> attributeMap, String charSet, String contentType, Map<String,List<String>> headersMap, String id, String message, String name, long size, UploadedFile.Status status)
           
 



Copyright © 2014 Liferay, Inc.. All Rights Reserved.