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