|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeMappingType | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of MimeMappingType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return MimeMappingType | |
MimeMappingType[] |
WebAppType.getMimeMappingArray()
Gets array of all "mime-mapping" elements |
MimeMappingType |
WebAppType.getMimeMappingArray(int i)
Gets ith "mime-mapping" element |
MimeMappingType |
WebAppType.insertNewMimeMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "mime-mapping" element |
MimeMappingType |
WebAppType.addNewMimeMapping()
Appends and returns a new empty value (as xml) as the last "mime-mapping" element |
static MimeMappingType |
MimeMappingType.Factory.newInstance()
|
static MimeMappingType |
MimeMappingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(String s)
|
static MimeMappingType |
MimeMappingType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(File f)
|
static MimeMappingType |
MimeMappingType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(URL u)
|
static MimeMappingType |
MimeMappingType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(InputStream is)
|
static MimeMappingType |
MimeMappingType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(Reader r)
|
static MimeMappingType |
MimeMappingType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(Node node)
|
static MimeMappingType |
MimeMappingType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static MimeMappingType |
MimeMappingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static MimeMappingType |
MimeMappingType.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 MimeMappingType | |
void |
WebAppType.setMimeMappingArray(MimeMappingType[] mimeMappingArray)
Sets array of all "mime-mapping" element |
void |
WebAppType.setMimeMappingArray(int i,
MimeMappingType mimeMapping)
Sets ith "mime-mapping" element |
Uses of MimeMappingType in org.apache.geronimo.xbeans.web.impl |
Classes in org.apache.geronimo.xbeans.web.impl that implement MimeMappingType | |
class |
MimeMappingTypeImpl
An XML mime-mappingType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.web.impl that return MimeMappingType | |
MimeMappingType[] |
WebAppTypeImpl.getMimeMappingArray()
Gets array of all "mime-mapping" elements |
MimeMappingType |
WebAppTypeImpl.getMimeMappingArray(int i)
Gets ith "mime-mapping" element |
MimeMappingType |
WebAppTypeImpl.insertNewMimeMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "mime-mapping" element |
MimeMappingType |
WebAppTypeImpl.addNewMimeMapping()
Appends and returns a new empty value (as xml) as the last "mime-mapping" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type MimeMappingType | |
void |
WebAppTypeImpl.setMimeMappingArray(MimeMappingType[] mimeMappingArray)
Sets array of all "mime-mapping" element |
void |
WebAppTypeImpl.setMimeMappingArray(int i,
MimeMappingType mimeMapping)
Sets ith "mime-mapping" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |