Uses of Class
jet.servlet.internal.JetFileUploaded

Packages that use JetFileUploaded
jet.html   
jet.html.impl   
jet.servlet.internal   
 

Uses of JetFileUploaded in jet.html
 

Methods in jet.html that return JetFileUploaded
 JetFileUploaded JetFile.getFileContent()
           
 

Methods in jet.html with parameters of type JetFileUploaded
 void JetFile.setFileContent(JetFileUploaded fileContent)
           
 

Uses of JetFileUploaded in jet.html.impl
 

Fields in jet.html.impl declared as JetFileUploaded
private  JetFileUploaded JetFile.fileContent
          Holds the file data
 

Methods in jet.html.impl that return JetFileUploaded
 JetFileUploaded JetFile.getFileContent()
          Returns a filecontet Object
 

Methods in jet.html.impl with parameters of type JetFileUploaded
 void JetFile.setFileContent(JetFileUploaded fileContent)
          Set the file content
 

Uses of JetFileUploaded in jet.servlet.internal
 

Methods in jet.servlet.internal that return JetFileUploaded
static JetFileUploaded JetFileContextFactory.getFileContext(org.apache.commons.fileupload.FileItem file)
          This Method (I hope so) returns a correct file object if a file was post in the form
static JetFileUploaded JetFileContextFactory.getFileContext(java.io.InputStream is)
          This Method (I hope so) returns a correct file object if a file was post in the form