Uses of Interface
org.apache.geronimo.xbeans.web.FilterType

Packages that use FilterType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.web that return FilterType
 FilterType[] WebAppType.getFilterArray()
          Gets array of all "filter" elements
 FilterType WebAppType.getFilterArray(int i)
          Gets ith "filter" element
 FilterType WebAppType.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 FilterType WebAppType.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
static FilterType FilterType.Factory.newInstance()
           
static FilterType FilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(String s)
           
static FilterType FilterType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(File f)
           
static FilterType FilterType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(URL u)
           
static FilterType FilterType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(InputStream is)
           
static FilterType FilterType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(Reader r)
           
static FilterType FilterType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(Node node)
           
static FilterType FilterType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FilterType FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static FilterType FilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type FilterType
 void WebAppType.setFilterArray(FilterType[] filterArray)
          Sets array of all "filter" element
 void WebAppType.setFilterArray(int i, FilterType filter)
          Sets ith "filter" element
 

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

Classes in org.apache.geronimo.xbeans.web.impl that implement FilterType
 class FilterTypeImpl
          An XML filterType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return FilterType
 FilterType[] WebAppTypeImpl.getFilterArray()
          Gets array of all "filter" elements
 FilterType WebAppTypeImpl.getFilterArray(int i)
          Gets ith "filter" element
 FilterType WebAppTypeImpl.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 FilterType WebAppTypeImpl.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type FilterType
 void WebAppTypeImpl.setFilterArray(FilterType[] filterArray)
          Sets array of all "filter" element
 void WebAppTypeImpl.setFilterArray(int i, FilterType filter)
          Sets ith "filter" element
 



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