|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormLoginConfigType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 | Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.webcommon30 | Provides the implementation classes as defined in the schema web-common_3_0.xsd |
Uses of FormLoginConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return FormLoginConfigType | |
---|---|
FormLoginConfigType<LoginConfigType<T>> |
LoginConfigType.formLoginConfig()
If not already created, a new form-login-config element will be created and returned. |
FormLoginConfigType<T> |
FormLoginConfigType.removeFormErrorPage()
Removes the form-error-page element |
FormLoginConfigType<T> |
FormLoginConfigType.removeFormLoginPage()
Removes the form-login-page element |
FormLoginConfigType<T> |
FormLoginConfigType.setFormErrorPage(java.lang.String formErrorPage)
If not already created, a new form-error-page element with the given value will be created. |
FormLoginConfigType<T> |
FormLoginConfigType.setFormLoginPage(java.lang.String formLoginPage)
If not already created, a new form-login-page element with the given value will be created. |
Uses of FormLoginConfigType in org.jboss.shrinkwrap.descriptor.impl.webcommon30 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement FormLoginConfigType | |
---|---|
class |
FormLoginConfigTypeImpl<T>
This class implements the form-login-configType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return FormLoginConfigType | |
---|---|
FormLoginConfigType<LoginConfigType<T>> |
LoginConfigTypeImpl.formLoginConfig()
If not already created, a new form-login-config element will be created and returned. |
FormLoginConfigType<T> |
FormLoginConfigTypeImpl.removeFormErrorPage()
Removes the form-error-page element |
FormLoginConfigType<T> |
FormLoginConfigTypeImpl.removeFormLoginPage()
Removes the form-login-page element |
FormLoginConfigType<T> |
FormLoginConfigTypeImpl.setFormErrorPage(java.lang.String formErrorPage)
If not already created, a new form-error-page element with the given value will be created. |
FormLoginConfigType<T> |
FormLoginConfigTypeImpl.setFormLoginPage(java.lang.String formLoginPage)
If not already created, a new form-login-page element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |