|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletNameType | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.j2ee.impl | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of ServletNameType in org.apache.geronimo.xbeans.j2ee |
Methods in org.apache.geronimo.xbeans.j2ee that return ServletNameType | |
static ServletNameType |
ServletNameType.Factory.newValue(Object obj)
|
static ServletNameType |
ServletNameType.Factory.newInstance()
|
static ServletNameType |
ServletNameType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(String s)
|
static ServletNameType |
ServletNameType.Factory.parse(String s,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(File f)
|
static ServletNameType |
ServletNameType.Factory.parse(File f,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(URL u)
|
static ServletNameType |
ServletNameType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(InputStream is)
|
static ServletNameType |
ServletNameType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(Reader r)
|
static ServletNameType |
ServletNameType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(Node node)
|
static ServletNameType |
ServletNameType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ServletNameType |
ServletNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
|
static ServletNameType |
ServletNameType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
|
Uses of ServletNameType in org.apache.geronimo.xbeans.j2ee.impl |
Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ServletNameType | |
class |
ServletNameTypeImpl
An XML servlet-nameType(@http://java.sun.com/xml/ns/j2ee). |
Uses of ServletNameType in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return ServletNameType | |
ServletNameType |
ServletType.xgetServletName()
Gets (as xml) the "servlet-name" element |
ServletNameType |
FilterMappingType.xgetServletName()
Gets (as xml) the "servlet-name" element |
ServletNameType |
ServletMappingType.xgetServletName()
Gets (as xml) the "servlet-name" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type ServletNameType | |
void |
ServletType.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
void |
FilterMappingType.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
void |
ServletMappingType.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
Uses of ServletNameType in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return ServletNameType | |
ServletNameType |
FilterMappingTypeImpl.xgetServletName()
Gets (as xml) the "servlet-name" element |
ServletNameType |
ServletMappingTypeImpl.xgetServletName()
Gets (as xml) the "servlet-name" element |
ServletNameType |
ServletTypeImpl.xgetServletName()
Gets (as xml) the "servlet-name" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type ServletNameType | |
void |
FilterMappingTypeImpl.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
void |
ServletMappingTypeImpl.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
void |
ServletTypeImpl.xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |