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