Uses of Interface
org.apache.geronimo.xbeans.j2ee.DispatcherType

Packages that use DispatcherType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of DispatcherType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return DispatcherType
static DispatcherType DispatcherType.Factory.newValue(Object obj)
           
static DispatcherType DispatcherType.Factory.newInstance()
           
static DispatcherType DispatcherType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(String s)
           
static DispatcherType DispatcherType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(File f)
           
static DispatcherType DispatcherType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(URL u)
           
static DispatcherType DispatcherType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(InputStream is)
           
static DispatcherType DispatcherType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(Reader r)
           
static DispatcherType DispatcherType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(Node node)
           
static DispatcherType DispatcherType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DispatcherType DispatcherType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static DispatcherType DispatcherType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of DispatcherType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement DispatcherType
 class DispatcherTypeImpl
          An XML dispatcherType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of DispatcherType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return DispatcherType
 DispatcherType[] FilterMappingType.xgetDispatcherArray()
          Gets (as xml) array of all "dispatcher" elements
 DispatcherType FilterMappingType.xgetDispatcherArray(int i)
          Gets (as xml) ith "dispatcher" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type DispatcherType
 void FilterMappingType.xsetDispatcherArray(DispatcherType[] dispatcherArray)
          Sets (as xml) array of all "dispatcher" element
 void FilterMappingType.xsetDispatcherArray(int i, DispatcherType dispatcher)
          Sets (as xml) ith "dispatcher" element
 

Uses of DispatcherType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return DispatcherType
 DispatcherType[] FilterMappingTypeImpl.xgetDispatcherArray()
          Gets (as xml) array of all "dispatcher" elements
 DispatcherType FilterMappingTypeImpl.xgetDispatcherArray(int i)
          Gets (as xml) ith "dispatcher" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type DispatcherType
 void FilterMappingTypeImpl.xsetDispatcherArray(DispatcherType[] dispatcherArray)
          Sets (as xml) array of all "dispatcher" element
 void FilterMappingTypeImpl.xsetDispatcherArray(int i, DispatcherType dispatcher)
          Sets (as xml) ith "dispatcher" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.