ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return FacesConfigBehaviorType
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.behaviorClass(String behaviorClass)
          Sets the behavior-class element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.behaviorExtension()
          Sets the behavior-extension element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.behaviorId(String behaviorId)
          Sets the behavior-id element
 FacesConfigBehaviorType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.createBehavior()
          Creates a new behavior element
 FacesConfigBehaviorType<FacesConfigType<T>> FacesConfigType.createBehavior()
          Creates a new behavior element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 FacesConfigBehaviorType<WebFacesConfigDescriptor> WebFacesConfigDescriptor.getOrCreateBehavior()
          If not already created, a new behavior element will be created and returned.
 FacesConfigBehaviorType<FacesConfigType<T>> FacesConfigType.getOrCreateBehavior()
          If not already created, a new behavior element will be created and returned.
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeAllAttribute()
          Removes all attribute elements
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeAllDescription()
          Removes the description element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeAllDisplayName()
          Removes the display-name element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeAllIcon()
          Removes all icon elements
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeAllProperty()
          Removes all property elements
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeBehaviorClass()
          Removes the behavior-class element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeBehaviorExtension()
          Removes the behavior-extension element
 FacesConfigBehaviorType<T> FacesConfigBehaviorType.removeBehaviorId()
          Removes the behavior-id element
 

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