|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletType | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of ServletType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return ServletType | |
static ServletType |
ServletType.Factory.newInstance()
|
static ServletType |
ServletType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(String s)
|
static ServletType |
ServletType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(File f)
|
static ServletType |
ServletType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(URL u)
|
static ServletType |
ServletType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(InputStream is)
|
static ServletType |
ServletType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(Reader r)
|
static ServletType |
ServletType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(Node node)
|
static ServletType |
ServletType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ServletType |
ServletType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ServletType |
ServletType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
ServletType[] |
WebAppType.getServletArray()
Gets array of all "servlet" elements |
ServletType |
WebAppType.getServletArray(int i)
Gets ith "servlet" element |
ServletType |
WebAppType.insertNewServlet(int i)
Inserts and returns a new empty value (as xml) as the ith "servlet" element |
ServletType |
WebAppType.addNewServlet()
Appends and returns a new empty value (as xml) as the last "servlet" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type ServletType | |
void |
WebAppType.setServletArray(ServletType[] servletArray)
Sets array of all "servlet" element |
void |
WebAppType.setServletArray(int i,
ServletType servlet)
Sets ith "servlet" element |
Uses of ServletType in org.apache.geronimo.xbeans.web.impl |
Classes in org.apache.geronimo.xbeans.web.impl that implement ServletType | |
class |
ServletTypeImpl
An XML servletType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.web.impl that return ServletType | |
ServletType[] |
WebAppTypeImpl.getServletArray()
Gets array of all "servlet" elements |
ServletType |
WebAppTypeImpl.getServletArray(int i)
Gets ith "servlet" element |
ServletType |
WebAppTypeImpl.insertNewServlet(int i)
Inserts and returns a new empty value (as xml) as the ith "servlet" element |
ServletType |
WebAppTypeImpl.addNewServlet()
Appends and returns a new empty value (as xml) as the last "servlet" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ServletType | |
void |
WebAppTypeImpl.setServletArray(ServletType[] servletArray)
Sets array of all "servlet" element |
void |
WebAppTypeImpl.setServletArray(int i,
ServletType servlet)
Sets ith "servlet" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |