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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement FilterNameType
 class FilterNameTypeImpl
          An XML filter-nameType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.web that return FilterNameType
 FilterNameType FilterMappingType.xgetFilterName()
          Gets (as xml) the "filter-name" element
 FilterNameType FilterType.xgetFilterName()
          Gets (as xml) the "filter-name" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type FilterNameType
 void FilterMappingType.xsetFilterName(FilterNameType filterName)
          Sets (as xml) the "filter-name" element
 void FilterType.xsetFilterName(FilterNameType filterName)
          Sets (as xml) the "filter-name" element
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return FilterNameType
 FilterNameType FilterTypeImpl.xgetFilterName()
          Gets (as xml) the "filter-name" element
 FilterNameType FilterMappingTypeImpl.xgetFilterName()
          Gets (as xml) the "filter-name" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type FilterNameType
 void FilterTypeImpl.xsetFilterName(FilterNameType filterName)
          Sets (as xml) the "filter-name" element
 void FilterMappingTypeImpl.xsetFilterName(FilterNameType filterName)
          Sets (as xml) the "filter-name" element
 



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