|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl |
Uses of WebType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return WebType | |
static WebType |
WebType.Factory.newInstance()
|
static WebType |
WebType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(String s)
|
static WebType |
WebType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(File f)
|
static WebType |
WebType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(URL u)
|
static WebType |
WebType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(InputStream is)
|
static WebType |
WebType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(Reader r)
|
static WebType |
WebType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(Node node)
|
static WebType |
WebType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static WebType |
WebType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static WebType |
WebType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
WebType |
ModuleType.getWeb()
Gets the "web" element |
WebType |
ModuleType.addNewWeb()
Appends and returns a new empty "web" element |
Methods in org.apache.geronimo.xbeans.j2ee with parameters of type WebType | |
void |
ModuleType.setWeb(WebType web)
Sets the "web" element |
Uses of WebType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement WebType | |
class |
WebTypeImpl
An XML webType(@http://java.sun.com/xml/ns/j2ee). |
Methods in org.apache.geronimo.xbeans.j2ee.impl that return WebType | |
WebType |
ModuleTypeImpl.getWeb()
Gets the "web" element |
WebType |
ModuleTypeImpl.addNewWeb()
Appends and returns a new empty "web" element |
Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type WebType | |
void |
ModuleTypeImpl.setWeb(WebType web)
Sets the "web" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |