Uses of Interface
org.apache.geronimo.deployment.xbeans.ClassFilterType

Packages that use ClassFilterType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of ClassFilterType in org.apache.geronimo.deployment.xbeans
 

Methods in org.apache.geronimo.deployment.xbeans that return ClassFilterType
 ClassFilterType EnvironmentType.addNewHiddenClasses()
          Appends and returns a new empty "hidden-classes" element
 ClassFilterType EnvironmentType.addNewNonOverridableClasses()
          Appends and returns a new empty "non-overridable-classes" element
 ClassFilterType EnvironmentType.getHiddenClasses()
          Gets the "hidden-classes" element
 ClassFilterType EnvironmentType.getNonOverridableClasses()
          Gets the "non-overridable-classes" element
static ClassFilterType ClassFilterType.Factory.newInstance()
           
static ClassFilterType ClassFilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(File file)
           
static ClassFilterType ClassFilterType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(InputStream is)
           
static ClassFilterType ClassFilterType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(Node node)
           
static ClassFilterType ClassFilterType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(Reader r)
           
static ClassFilterType ClassFilterType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(String xmlAsString)
           
static ClassFilterType ClassFilterType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(URL u)
           
static ClassFilterType ClassFilterType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ClassFilterType ClassFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ClassFilterType ClassFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ClassFilterType ClassFilterType.Factory.parse(XMLStreamReader sr)
           
static ClassFilterType ClassFilterType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.deployment.xbeans with parameters of type ClassFilterType
 void EnvironmentType.setHiddenClasses(ClassFilterType hiddenClasses)
          Sets the "hidden-classes" element
 void EnvironmentType.setNonOverridableClasses(ClassFilterType nonOverridableClasses)
          Sets the "non-overridable-classes" element
 

Uses of ClassFilterType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement ClassFilterType
 class ClassFilterTypeImpl
          An XML classFilterType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return ClassFilterType
 ClassFilterType EnvironmentTypeImpl.addNewHiddenClasses()
          Appends and returns a new empty "hidden-classes" element
 ClassFilterType EnvironmentTypeImpl.addNewNonOverridableClasses()
          Appends and returns a new empty "non-overridable-classes" element
 ClassFilterType EnvironmentTypeImpl.getHiddenClasses()
          Gets the "hidden-classes" element
 ClassFilterType EnvironmentTypeImpl.getNonOverridableClasses()
          Gets the "non-overridable-classes" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type ClassFilterType
 void EnvironmentTypeImpl.setHiddenClasses(ClassFilterType hiddenClasses)
          Sets the "hidden-classes" element
 void EnvironmentTypeImpl.setNonOverridableClasses(ClassFilterType nonOverridableClasses)
          Sets the "non-overridable-classes" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.