Uses of Interface
org.apache.geronimo.xbeans.j2ee.WarPathType

Packages that use WarPathType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

Uses of WarPathType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return WarPathType
static WarPathType WarPathType.Factory.newValue(Object obj)
           
static WarPathType WarPathType.Factory.newInstance()
           
static WarPathType WarPathType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(String s)
           
static WarPathType WarPathType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(File f)
           
static WarPathType WarPathType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(URL u)
           
static WarPathType WarPathType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(InputStream is)
           
static WarPathType WarPathType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(Reader r)
           
static WarPathType WarPathType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(Node node)
           
static WarPathType WarPathType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WarPathType WarPathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static WarPathType WarPathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of WarPathType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement WarPathType
 class WarPathTypeImpl
          An XML war-pathType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of WarPathType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return WarPathType
 WarPathType FormLoginConfigType.xgetFormLoginPage()
          Gets (as xml) the "form-login-page" element
 WarPathType FormLoginConfigType.xgetFormErrorPage()
          Gets (as xml) the "form-error-page" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type WarPathType
 void FormLoginConfigType.xsetFormLoginPage(WarPathType formLoginPage)
          Sets (as xml) the "form-login-page" element
 void FormLoginConfigType.xsetFormErrorPage(WarPathType formErrorPage)
          Sets (as xml) the "form-error-page" element
 

Uses of WarPathType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return WarPathType
 WarPathType FormLoginConfigTypeImpl.xgetFormLoginPage()
          Gets (as xml) the "form-login-page" element
 WarPathType FormLoginConfigTypeImpl.xgetFormErrorPage()
          Gets (as xml) the "form-error-page" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type WarPathType
 void FormLoginConfigTypeImpl.xsetFormLoginPage(WarPathType formLoginPage)
          Sets (as xml) the "form-login-page" element
 void FormLoginConfigTypeImpl.xsetFormErrorPage(WarPathType formErrorPage)
          Sets (as xml) the "form-error-page" element
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.