Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.FormLoginConfigType

Packages that use FormLoginConfigType
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of FormLoginConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return FormLoginConfigType
 FormLoginConfigType<T> FormLoginConfigType.formErrorPage(String formErrorPage)
          Sets the form-error-page element
 FormLoginConfigType<T> FormLoginConfigType.formLoginPage(String formLoginPage)
          Sets the form-login-page element
 FormLoginConfigType<LoginConfigType<T>> LoginConfigType.getOrCreateFormLoginConfig()
          If not already created, a new form-login-config element with the given value will be created.
 FormLoginConfigType<T> FormLoginConfigType.id(String id)
          Sets the id attribute
 FormLoginConfigType<T> FormLoginConfigType.removeFormErrorPage()
          Removes the form-error-page element
 FormLoginConfigType<T> FormLoginConfigType.removeFormLoginPage()
          Removes the form-login-page element
 FormLoginConfigType<T> FormLoginConfigType.removeId()
          Removes the id attribute
 



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