Uses of Interface
org.barracudamvc.contrib.sam.xmlform.dtd.Upload

Packages that use Upload
org.barracudamvc.contrib.sam.xmlform.dtd   
 

Uses of Upload in org.barracudamvc.contrib.sam.xmlform.dtd
 

Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Upload
 class UploadImpl
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Upload
static Upload UploadImpl.unmarshal(File file)
           
static Upload UploadImpl.unmarshal(File file, boolean validate)
           
static Upload UploadImpl.unmarshal(InputStream inputStream)
           
static Upload UploadImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Upload UploadImpl.unmarshal(Reader reader)
           
static Upload UploadImpl.unmarshal(Reader reader, boolean validate)
           
 Upload ElementImpl.getUpload()
           
 Upload Element.getUpload()
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd with parameters of type Upload
 void ElementImpl.setUpload(Upload upload)
           
 void Element.setUpload(Upload upload)
           
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.