ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facesconfig20.FacesConfigConverterType

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

Uses of FacesConfigConverterType in org.jboss.shrinkwrap.descriptor.api.facesconfig20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return FacesConfigConverterType
 FacesConfigConverterType<T> FacesConfigConverterType.converterClass(String converterClass)
          Sets the converter-class element
 FacesConfigConverterType<T> FacesConfigConverterType.converterExtension()
          Sets the converter-extension element
 FacesConfigConverterType<T> FacesConfigConverterType.converterForClass(String converterForClass)
          Sets the converter-for-class element
 FacesConfigConverterType<T> FacesConfigConverterType.converterId(String converterId)
          Sets the converter-id element
 FacesConfigConverterType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.createConverter()
          Creates a new converter element
 FacesConfigConverterType<FacesConfigType<T>> FacesConfigType.createConverter()
          Creates a new converter element
 FacesConfigConverterType<T> FacesConfigConverterType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigConverterType<T> FacesConfigConverterType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FacesConfigConverterType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.getOrCreateConverter()
          If not already created, a new converter element will be created and returned.
 FacesConfigConverterType<FacesConfigType<T>> FacesConfigType.getOrCreateConverter()
          If not already created, a new converter element will be created and returned.
 FacesConfigConverterType<T> FacesConfigConverterType.removeAllAttribute()
          Removes all attribute elements
 FacesConfigConverterType<T> FacesConfigConverterType.removeAllDescription()
          Removes the description element
 FacesConfigConverterType<T> FacesConfigConverterType.removeAllDisplayName()
          Removes the display-name element
 FacesConfigConverterType<T> FacesConfigConverterType.removeAllIcon()
          Removes all icon elements
 FacesConfigConverterType<T> FacesConfigConverterType.removeAllProperty()
          Removes all property elements
 FacesConfigConverterType<T> FacesConfigConverterType.removeConverterClass()
          Removes the converter-class element
 FacesConfigConverterType<T> FacesConfigConverterType.removeConverterExtension()
          Removes the converter-extension element
 FacesConfigConverterType<T> FacesConfigConverterType.removeConverterForClass()
          Removes the converter-for-class element
 FacesConfigConverterType<T> FacesConfigConverterType.removeConverterId()
          Removes the converter-id element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return types with arguments of type FacesConfigConverterType
 FacesConfigAttributeType<FacesConfigConverterType<T>> FacesConfigConverterType.createAttribute()
          Creates a new attribute element
 IconType<FacesConfigConverterType<T>> FacesConfigConverterType.createIcon()
          Creates a new icon element
 FacesConfigPropertyType<FacesConfigConverterType<T>> FacesConfigConverterType.createProperty()
          Creates a new property element
 List<FacesConfigAttributeType<FacesConfigConverterType<T>>> FacesConfigConverterType.getAllAttribute()
          Returns all attribute elements
 List<FacesConfigConverterType<WebFacesConfigDescriptor>> WebFacesConfigDescriptor.getAllConverter()
          Returns all converter elements
 List<FacesConfigConverterType<FacesConfigType<T>>> FacesConfigType.getAllConverter()
          Returns all converter elements
 List<IconType<FacesConfigConverterType<T>>> FacesConfigConverterType.getAllIcon()
          Returns all icon elements
 List<FacesConfigPropertyType<FacesConfigConverterType<T>>> FacesConfigConverterType.getAllProperty()
          Returns all property elements
 FacesConfigAttributeType<FacesConfigConverterType<T>> FacesConfigConverterType.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 IconType<FacesConfigConverterType<T>> FacesConfigConverterType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FacesConfigPropertyType<FacesConfigConverterType<T>> FacesConfigConverterType.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.