Uses of Interface
org.apache.geronimo.xbeans.web.FormLoginConfigType

Packages that use FormLoginConfigType
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.web that return FormLoginConfigType
static FormLoginConfigType FormLoginConfigType.Factory.newInstance()
           
static FormLoginConfigType FormLoginConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(String s)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(File f)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(URL u)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(InputStream is)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(Reader r)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(Node node)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static FormLoginConfigType FormLoginConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 FormLoginConfigType LoginConfigType.getFormLoginConfig()
          Gets the "form-login-config" element
 FormLoginConfigType LoginConfigType.addNewFormLoginConfig()
          Appends and returns a new empty "form-login-config" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type FormLoginConfigType
 void LoginConfigType.setFormLoginConfig(FormLoginConfigType formLoginConfig)
          Sets the "form-login-config" element
 

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

Classes in org.apache.geronimo.xbeans.web.impl that implement FormLoginConfigType
 class FormLoginConfigTypeImpl
          An XML form-login-configType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return FormLoginConfigType
 FormLoginConfigType LoginConfigTypeImpl.getFormLoginConfig()
          Gets the "form-login-config" element
 FormLoginConfigType LoginConfigTypeImpl.addNewFormLoginConfig()
          Appends and returns a new empty "form-login-config" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type FormLoginConfigType
 void LoginConfigTypeImpl.setFormLoginConfig(FormLoginConfigType formLoginConfig)
          Sets the "form-login-config" element
 



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