Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ValidatorType<T> |
ValidatorType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ValidatorType<TldTaglibType<T>> |
TldTaglibType.getOrCreateValidator()
If not already created, a new
validator element with the given value will be created. |
ValidatorType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateValidator()
If not already created, a new
validator element with the given value will be created. |
ValidatorType<T> |
ValidatorType.removeAllDescription()
Removes the
description element |
ValidatorType<T> |
ValidatorType.removeAllInitParam()
Removes all
init-param elements |
ValidatorType<T> |
ValidatorType.removeValidatorClass()
Removes the
validator-class element |
ValidatorType<T> |
ValidatorType.validatorClass(String validatorClass)
Sets the
validator-class element |
Modifier and Type | Method and Description |
---|---|
ParamValueType<ValidatorType<T>> |
ValidatorType.createInitParam()
Creates a new
init-param element |
List<ParamValueType<ValidatorType<T>>> |
ValidatorType.getAllInitParam()
Returns all
init-param elements |
ParamValueType<ValidatorType<T>> |
ValidatorType.getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.