Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> |
FacesConfigApplicationType.createDefaultValidators()
Creates a new
default-validators element |
FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>> |
FacesConfigApplicationType.getOrCreateDefaultValidators()
If not already created, a new
default-validators element will be created and returned. |
FacesConfigDefaultValidatorsType<T> |
FacesConfigDefaultValidatorsType.removeAllValidatorId()
Removes the
validator-id element |
FacesConfigDefaultValidatorsType<T> |
FacesConfigDefaultValidatorsType.validatorId(String... values)
Creates for all String objects representing
validator-id elements,
a new validator-id element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigDefaultValidatorsType<FacesConfigApplicationType<T>>> |
FacesConfigApplicationType.getAllDefaultValidators()
Returns all
default-validators elements |
Copyright © 2013 JBoss by Red Hat. All rights reserved.