This Intake field is intended to represent a File input element in a HTML form.
author: John McNally author: Henning P. Schmiedehausen author: Quinton McCombs version: $Id: FileItemField.java 537514 2007-05-12 20:55:26Z tv $
Constructor.
Parameters: field - xml field definition object Parameters: group - xml group definition object throws: IntakeException - thrown by superclass
Method called when this field (the group it belongs to) is
pulled from the pool. The request data is searched to determine
if a value has been supplied for this field. if so, the value
is validated.
Parameters: vp - a ValueParser value a Field value exception: IntakeException - if an error occurs
It is not possible to set the default value for this field type.
Calling this method with a non-null parameter will result in a
TurbineRuntimeException
Parameters: prop - Parameter for the default values throws: TurbineRuntimeException -
It is not possible to set the empty value for this field type.
Calling this method with a non-null parameter will result in a
TurbineRuntimeException
Parameters: prop - Parameter for the empty values throws: TurbineRuntimeException -