public class InputFileInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_FILE_MESSAGE |
static String |
INVALID_WITH_AJAX_MESSAGE |
Constructor and Description |
---|
InputFileInfo() |
InputFileInfo(Object choice,
Object blob,
Object filename,
Object mimeType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getBlob() |
Object |
getChoice() |
Blob |
getConvertedBlob() |
String |
getConvertedChoice() |
String |
getConvertedFilename() |
String |
getConvertedMimeType() |
Object |
getFilename() |
Object |
getMimeType() |
void |
setBlob(Object blob) |
void |
setChoice(Object choice) |
void |
setFilename(Object filename) |
void |
setMimeType(Object mimeType) |
public static final String INVALID_FILE_MESSAGE
public static final String INVALID_WITH_AJAX_MESSAGE
public Object getBlob()
public void setBlob(Object blob)
public Object getMimeType()
public void setMimeType(Object mimeType)
public String getConvertedMimeType() throws javax.faces.convert.ConverterException
javax.faces.convert.ConverterException
public Blob getConvertedBlob() throws javax.faces.convert.ConverterException
javax.faces.convert.ConverterException
public Object getChoice()
public void setChoice(Object choice)
public String getConvertedChoice() throws javax.faces.convert.ConverterException
javax.faces.convert.ConverterException
public Object getFilename()
public void setFilename(Object filename)
public String getConvertedFilename() throws javax.faces.convert.ConverterException
javax.faces.convert.ConverterException
Copyright © 2015 Nuxeo SA. All rights reserved.