ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facesconfig21.FacesConfigValidatorType

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

Uses of FacesConfigValidatorType in org.jboss.shrinkwrap.descriptor.api.facesconfig21
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig21 that return FacesConfigValidatorType
 FacesConfigValidatorType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.createValidator()
          Creates a new validator element
 FacesConfigValidatorType<FacesConfigType<T>> FacesConfigType.createValidator()
          Creates a new validator element
 FacesConfigValidatorType<T> FacesConfigValidatorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigValidatorType<T> FacesConfigValidatorType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FacesConfigValidatorType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.getOrCreateValidator()
          If not already created, a new validator element will be created and returned.
 FacesConfigValidatorType<FacesConfigType<T>> FacesConfigType.getOrCreateValidator()
          If not already created, a new validator element will be created and returned.
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeAllAttribute()
          Removes all attribute elements
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeAllDescription()
          Removes the description element
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeAllDisplayName()
          Removes the display-name element
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeAllIcon()
          Removes all icon elements
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeAllProperty()
          Removes all property elements
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeValidatorClass()
          Removes the validator-class element
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeValidatorExtension()
          Removes the validator-extension element
 FacesConfigValidatorType<T> FacesConfigValidatorType.removeValidatorId()
          Removes the validator-id element
 FacesConfigValidatorType<T> FacesConfigValidatorType.validatorClass(String validatorClass)
          Sets the validator-class element
 FacesConfigValidatorType<T> FacesConfigValidatorType.validatorExtension()
          Sets the validator-extension element
 FacesConfigValidatorType<T> FacesConfigValidatorType.validatorId(String validatorId)
          Sets the validator-id element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig21 that return types with arguments of type FacesConfigValidatorType
 FacesConfigAttributeType<FacesConfigValidatorType<T>> FacesConfigValidatorType.createAttribute()
          Creates a new attribute element
 IconType<FacesConfigValidatorType<T>> FacesConfigValidatorType.createIcon()
          Creates a new icon element
 FacesConfigPropertyType<FacesConfigValidatorType<T>> FacesConfigValidatorType.createProperty()
          Creates a new property element
 List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> FacesConfigValidatorType.getAllAttribute()
          Returns all attribute elements
 List<IconType<FacesConfigValidatorType<T>>> FacesConfigValidatorType.getAllIcon()
          Returns all icon elements
 List<FacesConfigPropertyType<FacesConfigValidatorType<T>>> FacesConfigValidatorType.getAllProperty()
          Returns all property elements
 List<FacesConfigValidatorType<WebFacesConfigDescriptor>> WebFacesConfigDescriptor.getAllValidator()
          Returns all validator elements
 List<FacesConfigValidatorType<FacesConfigType<T>>> FacesConfigType.getAllValidator()
          Returns all validator elements
 FacesConfigAttributeType<FacesConfigValidatorType<T>> FacesConfigValidatorType.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 IconType<FacesConfigValidatorType<T>> FacesConfigValidatorType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FacesConfigPropertyType<FacesConfigValidatorType<T>> FacesConfigValidatorType.getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.