|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebAppType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of WebAppType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return WebAppType | |
WebAppType |
WebAppDocument.getWebApp()
Gets the "web-app" element |
WebAppType |
WebAppDocument.addNewWebApp()
Appends and returns a new empty "web-app" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type WebAppType | |
void |
WebAppDocument.setWebApp(WebAppType webApp)
Sets the "web-app" element |
Uses of WebAppType in org.apache.geronimo.xbeans.j2ee.impl |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return WebAppType | |
WebAppType |
WebAppDocumentImpl.getWebApp()
Gets the "web-app" element |
WebAppType |
WebAppDocumentImpl.addNewWebApp()
Appends and returns a new empty "web-app" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type WebAppType | |
void |
WebAppDocumentImpl.setWebApp(WebAppType webApp)
Sets the "web-app" element |
Uses of WebAppType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return WebAppType | |
static WebAppType |
WebAppType.Factory.newInstance()
|
static WebAppType |
WebAppType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(String s)
|
static WebAppType |
WebAppType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(File f)
|
static WebAppType |
WebAppType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(URL u)
|
static WebAppType |
WebAppType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(InputStream is)
|
static WebAppType |
WebAppType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(Reader r)
|
static WebAppType |
WebAppType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(Node node)
|
static WebAppType |
WebAppType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static WebAppType |
WebAppType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static WebAppType |
WebAppType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of WebAppType in org.apache.geronimo.xbeans.web.impl |
Classes in org.apache.geronimo.xbeans.web.impl that implement WebAppType | |
class |
WebAppTypeImpl
An XML web-appType(@http://java.sun.com/xml/ns/j2ee). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |