org.loom.converter
Interface FileParameterConverter


public interface FileParameterConverter

Converts an uploaded file


Method Summary
 java.lang.Object getAsObject(java.lang.String paramName, FileParameter paramValue, Messages messages, MessagesRepository repository)
          Return the object value for the given text
 

Method Detail

getAsObject

java.lang.Object getAsObject(java.lang.String paramName,
                             FileParameter paramValue,
                             Messages messages,
                             MessagesRepository repository)
Return the object value for the given text

Parameters:
paramValue - the value that is being parsed
Returns:
the parsed value (can be null), maybe ading new values to the errors array