org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface FormLoginConfigType<T>

All Superinterfaces:
Child<T>

public interface FormLoginConfigType<T>
extends Child<T>

This interface defines the contract for the form-login-configType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FormLoginConfigType<T> formErrorPage(String formErrorPage)
          Sets the form-error-page element
 FormLoginConfigType<T> formLoginPage(String formLoginPage)
          Sets the form-login-page element
 String getFormErrorPage()
          Returns the form-error-page element
 String getFormLoginPage()
          Returns the form-login-page element
 String getId()
          Returns the id attribute
 FormLoginConfigType<T> id(String id)
          Sets the id attribute
 FormLoginConfigType<T> removeFormErrorPage()
          Removes the form-error-page element
 FormLoginConfigType<T> removeFormLoginPage()
          Removes the form-login-page element
 FormLoginConfigType<T> removeId()
          Removes the id attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

formLoginPage

FormLoginConfigType<T> formLoginPage(String formLoginPage)
Sets the form-login-page element

Parameters:
formLoginPage - the value for the element form-login-page
Returns:
the current instance of FormLoginConfigType

getFormLoginPage

String getFormLoginPage()
Returns the form-login-page element

Returns:
the node defined for the element form-login-page

removeFormLoginPage

FormLoginConfigType<T> removeFormLoginPage()
Removes the form-login-page element

Returns:
the current instance of FormLoginConfigType

formErrorPage

FormLoginConfigType<T> formErrorPage(String formErrorPage)
Sets the form-error-page element

Parameters:
formErrorPage - the value for the element form-error-page
Returns:
the current instance of FormLoginConfigType

getFormErrorPage

String getFormErrorPage()
Returns the form-error-page element

Returns:
the node defined for the element form-error-page

removeFormErrorPage

FormLoginConfigType<T> removeFormErrorPage()
Removes the form-error-page element

Returns:
the current instance of FormLoginConfigType

id

FormLoginConfigType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of FormLoginConfigType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FormLoginConfigType<T> removeId()
Removes the id attribute

Returns:
the current instance of FormLoginConfigType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.