nl.gx.webmanager.handler.forms
Interface UploadFormEntry

All Superinterfaces:
FormEntry

public interface UploadFormEntry
extends FormEntry

This interface represents an uploaded file in a form flow.


Method Summary
 java.lang.String getFileLocation()
          Returns the location of this upload entry on disk.
 java.lang.String getFileName()
          Returns the original filename of this upload entry.
 
Methods inherited from interface nl.gx.webmanager.handler.forms.FormEntry
writeXml
 

Method Detail

getFileName

java.lang.String getFileName()
Returns the original filename of this upload entry.

Returns:
The original filename of this upload entry.

getFileLocation

java.lang.String getFileLocation()
Returns the location of this upload entry on disk.

Returns:
The location of this upload entry on disk


Copyright © 2007-2011 GX Software BV. All Rights Reserved.