org.apache.geronimo.xbeans.web
Interface FormLoginConfigType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
FormLoginConfigTypeImpl

public interface FormLoginConfigType
extends org.apache.xmlbeans.XmlObject

An XML form-login-configType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class FormLoginConfigType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getFormErrorPage()
          Gets the "form-error-page" element
 String getFormLoginPage()
          Gets the "form-login-page" element
 void setFormErrorPage(String formErrorPage)
          Sets the "form-error-page" element
 void setFormLoginPage(String formLoginPage)
          Sets the "form-login-page" element
 WarPathType xgetFormErrorPage()
          Gets (as xml) the "form-error-page" element
 WarPathType xgetFormLoginPage()
          Gets (as xml) the "form-login-page" element
 void xsetFormErrorPage(WarPathType formErrorPage)
          Sets (as xml) the "form-error-page" element
 void xsetFormLoginPage(WarPathType formLoginPage)
          Sets (as xml) the "form-login-page" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getFormLoginPage

public String getFormLoginPage()
Gets the "form-login-page" element


xgetFormLoginPage

public WarPathType xgetFormLoginPage()
Gets (as xml) the "form-login-page" element


setFormLoginPage

public void setFormLoginPage(String formLoginPage)
Sets the "form-login-page" element


xsetFormLoginPage

public void xsetFormLoginPage(WarPathType formLoginPage)
Sets (as xml) the "form-login-page" element


getFormErrorPage

public String getFormErrorPage()
Gets the "form-error-page" element


xgetFormErrorPage

public WarPathType xgetFormErrorPage()
Gets (as xml) the "form-error-page" element


setFormErrorPage

public void setFormErrorPage(String formErrorPage)
Sets the "form-error-page" element


xsetFormErrorPage

public void xsetFormErrorPage(WarPathType formErrorPage)
Sets (as xml) the "form-error-page" element



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