org.jbehave.web.runner.wicket.pages
Class DataFiles.UploadFileItem

java.lang.Object
  extended by org.jbehave.web.runner.wicket.pages.DataFiles.UploadFileItem
All Implemented Interfaces:
Serializable, org.apache.commons.fileupload.FileItem
Enclosing class:
DataFiles

public static class DataFiles.UploadFileItem
extends Object
implements org.apache.commons.fileupload.FileItem

Facade around Wicket's FileUpload backported to more web framework-neutral Commons FileUpload FileIem, which for some unclear reason was forked to Wicket.

See Also:
Serialized Form

Constructor Summary
DataFiles.UploadFileItem(org.apache.wicket.markup.html.form.upload.FileUpload upload)
           
 
Method Summary
 void delete()
           
 byte[] get()
           
 String getContentType()
           
 String getFieldName()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 long getSize()
           
 String getString()
           
 String getString(String encoding)
           
 boolean isFormField()
           
 boolean isInMemory()
           
 void setFieldName(String name)
           
 void setFormField(boolean state)
           
 void write(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFiles.UploadFileItem

public DataFiles.UploadFileItem(org.apache.wicket.markup.html.form.upload.FileUpload upload)
Method Detail

delete

public void delete()
Specified by:
delete in interface org.apache.commons.fileupload.FileItem

get

public byte[] get()
Specified by:
get in interface org.apache.commons.fileupload.FileItem

getContentType

public String getContentType()
Specified by:
getContentType in interface org.apache.commons.fileupload.FileItem

getFieldName

public String getFieldName()
Specified by:
getFieldName in interface org.apache.commons.fileupload.FileItem

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface org.apache.commons.fileupload.FileItem
Throws:
IOException

getName

public String getName()
Specified by:
getName in interface org.apache.commons.fileupload.FileItem

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Specified by:
getOutputStream in interface org.apache.commons.fileupload.FileItem
Throws:
IOException

getSize

public long getSize()
Specified by:
getSize in interface org.apache.commons.fileupload.FileItem

getString

public String getString()
Specified by:
getString in interface org.apache.commons.fileupload.FileItem

getString

public String getString(String encoding)
                 throws UnsupportedEncodingException
Specified by:
getString in interface org.apache.commons.fileupload.FileItem
Throws:
UnsupportedEncodingException

isFormField

public boolean isFormField()
Specified by:
isFormField in interface org.apache.commons.fileupload.FileItem

isInMemory

public boolean isInMemory()
Specified by:
isInMemory in interface org.apache.commons.fileupload.FileItem

setFieldName

public void setFieldName(String name)
Specified by:
setFieldName in interface org.apache.commons.fileupload.FileItem

setFormField

public void setFormField(boolean state)
Specified by:
setFormField in interface org.apache.commons.fileupload.FileItem

write

public void write(File file)
           throws Exception
Specified by:
write in interface org.apache.commons.fileupload.FileItem
Throws:
Exception


Copyright © 2012. All Rights Reserved.