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