Class XFileItem
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
org.openxava.util.XFileItem
- All Implemented Interfaces:
Serializable
Serializable FileItem to use as alternative to FileItem from Apache Commons FileUpload.
- Since:
- 7.0.4
- Author:
- Harsha Mahaswami
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBytes()voidsetBytes(byte[] bytes) voidsetFileName(String fileName) void
-
Constructor Details
-
XFileItem
public XFileItem() -
XFileItem
-
-
Method Details
-
getFileName
-
setFileName
-
getBytes
public byte[] getBytes() -
setBytes
public void setBytes(byte[] bytes) -
getString
-
setString
-