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

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

Uses of Form in org.barracudamvc.contrib.sam.xmlform
 

Fields in org.barracudamvc.contrib.sam.xmlform declared as Form
protected  Form XmlFormMap.form
           
 

Methods in org.barracudamvc.contrib.sam.xmlform that return Form
static Form XmlFormFactory.get(ControlEventContext context, String filename)
          If the requested Form is already stored in XmlFormFactory.parsedXmlFilesit is simply returned.
 Form XmlFormMap.getForm()
           
 

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

Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Form
 class FormImpl
           
 

Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Form
static Form FormUnmarshaller.unmarshal(File file)
           
static Form FormImpl.unmarshal(File file)
           
static Form FormUnmarshaller.unmarshal(File file, boolean validate)
           
static Form FormImpl.unmarshal(File file, boolean validate)
           
static Form FormUnmarshaller.unmarshal(InputStream inputStream)
           
static Form FormImpl.unmarshal(InputStream inputStream)
           
static Form FormUnmarshaller.unmarshal(InputStream inputStream, boolean validate)
           
static Form FormImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Form FormUnmarshaller.unmarshal(Reader reader)
           
static Form FormImpl.unmarshal(Reader reader)
           
static Form FormUnmarshaller.unmarshal(Reader reader, boolean validate)
           
static Form FormImpl.unmarshal(Reader reader, boolean validate)
           
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.