ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facespartialresponse20.PartialResponseAttributesType

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

Uses of PartialResponseAttributesType in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return PartialResponseAttributesType
 PartialResponseAttributesType<PartialResponseChangesType<T>> PartialResponseChangesType.createAttributes()
          Creates a new attributes element
 PartialResponseAttributesType<PartialResponseChangesType<T>> PartialResponseChangesType.getOrCreateAttributes()
          If not already created, a new attributes element will be created and returned.
 PartialResponseAttributesType<T> PartialResponseAttributesType.id(String id)
          Sets the id attribute
 PartialResponseAttributesType<T> PartialResponseAttributesType.removeAllAttribute()
          Removes all attribute elements
 PartialResponseAttributesType<T> PartialResponseAttributesType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.facespartialresponse20 that return types with arguments of type PartialResponseAttributesType
 Attribute<PartialResponseAttributesType<T>> PartialResponseAttributesType.createAttribute()
          Creates a new attribute element
 List<Attribute<PartialResponseAttributesType<T>>> PartialResponseAttributesType.getAllAttribute()
          Returns all attribute elements
 List<PartialResponseAttributesType<PartialResponseChangesType<T>>> PartialResponseChangesType.getAllAttributes()
          Returns all attributes elements
 Attribute<PartialResponseAttributesType<T>> PartialResponseAttributesType.getOrCreateAttribute()
          If not already created, a new attribute 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.