ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 :2012-05-09T23:45:05.33-07: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
 FormLoginConfigType<T> removeFormErrorPage()
          Removes the form-error-page element
 FormLoginConfigType<T> removeFormLoginPage()
          Removes the form-login-page element
 
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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.