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

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

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement MimeTypeType
 class MimeTypeTypeImpl
          An XML mime-typeType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.web that return MimeTypeType
 MimeTypeType MimeMappingType.xgetMimeType()
          Gets (as xml) the "mime-type" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type MimeTypeType
 void MimeMappingType.xsetMimeType(MimeTypeType mimeType)
          Sets (as xml) the "mime-type" element
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return MimeTypeType
 MimeTypeType MimeMappingTypeImpl.xgetMimeType()
          Gets (as xml) the "mime-type" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type MimeTypeType
 void MimeMappingTypeImpl.xsetMimeType(MimeTypeType mimeType)
          Sets (as xml) the "mime-type" element
 



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