net.sf.jour.rt.view.config
Interface JourView

All Superinterfaces:
javax.xml.bind.Element, JourViewType
All Known Implementing Classes:
JourViewImpl

public interface JourView
extends javax.xml.bind.Element, JourViewType

Java content class for jour_view element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour_view.xsd line 3)

 <element name="jour_view">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}autoreload" minOccurs="0"/>
           <element ref="{}classnames" maxOccurs="unbounded"/>
           <element ref="{}methodsignature" maxOccurs="unbounded"/>
           <element ref="{}filter" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Methods inherited from interface net.sf.jour.rt.view.config.JourViewType
getAutoreload, getClassnames, getFilter, getMethodsignature, setAutoreload
 



Copyright © 2004 sourceforge. All Rights Reserved.