Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web.publish.upload
Interface FileUploadHandler  view FileUploadHandler download FileUploadHandler.java


public interface FileUploadHandler


Method Summary
 ru.gammalabs.ice.publishing.AbstractIF processUpload(ru.gammalabs.ice.presentation.web.publish.UploadFileFormBean formBean, ru.gammalabs.ice.publishing.AbstractIF oldFieldValue, ru.gammalabs.ice.presentation.web.SessionData sessionData)
          The implementer should fill the given field with values from uploaded content and return an updated field value.
 

Method Detail

processUpload

public ru.gammalabs.ice.publishing.AbstractIF processUpload(ru.gammalabs.ice.presentation.web.publish.UploadFileFormBean formBean,
                                                            ru.gammalabs.ice.publishing.AbstractIF oldFieldValue,
                                                            ru.gammalabs.ice.presentation.web.SessionData sessionData)
                                                     throws WrongContentTypeException
The implementer should fill the given field with values from uploaded content and return an updated field value.