Package org.opencms.ugc
Interface I_CmsFormDataItem
- All Known Implementing Classes:
CmsUgcDataItem
public interface I_CmsFormDataItem
Interface representing the data from a field of a submitted form.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getData()
Gets the data from the field as a byte array.Gets the field name.Gets the file name, if this is a file upload field.
-
Method Details
-
getData
byte[] getData()Gets the data from the field as a byte array.- Returns:
- the field data
-
getFieldName
Gets the field name.- Returns:
- the field name
-
getFileName
Gets the file name, if this is a file upload field.- Returns:
- the file name
-