
| Modifier and Type | Method and Description |
|---|---|
ParamValueType<ValidatorType<T>> |
createInitParam()
Creates a new
init-param element |
ValidatorType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
List<ParamValueType<ValidatorType<T>>> |
getAllInitParam()
Returns all
init-param elements |
String |
getId()
Returns the
id attribute |
ParamValueType<ValidatorType<T>> |
getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
String |
getValidatorClass()
Returns the
validator-class element |
ValidatorType<T> |
id(String id)
Sets the
id attribute |
ValidatorType<T> |
removeAllDescription()
Removes the
description element |
ValidatorType<T> |
removeAllInitParam()
Removes all
init-param elements |
ValidatorType<T> |
removeId()
Removes the
id attribute |
ValidatorType<T> |
removeValidatorClass()
Removes the
validator-class element |
ValidatorType<T> |
validatorClass(String validatorClass)
Sets the
validator-class element |
ValidatorType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsValidatorTypeList<String> getAllDescription()
description elementsdescriptionValidatorType<T> removeAllDescription()
description elementValidatorTypeValidatorType<T> validatorClass(String validatorClass)
validator-class elementvalidatorClass - the value for the element validator-classValidatorTypeString getValidatorClass()
validator-class elementvalidator-classValidatorType<T> removeValidatorClass()
validator-class elementValidatorTypeParamValueType<ValidatorType<T>> getOrCreateInitParam()
init-param element will be created and returned.
Otherwise, the first existing init-param element will be returned.init-paramParamValueType<ValidatorType<T>> createInitParam()
init-param elementParamValueType> List<ParamValueType<ValidatorType<T>>> getAllInitParam()
init-param elementsinit-paramValidatorType<T> removeAllInitParam()
init-param elementsParamValueType> ValidatorType<T> id(String id)
id attributeid - the value for the attribute idValidatorTypeString getId()
id attributeidValidatorType<T> removeId()
id attributeValidatorTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.