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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return FacesConfigMapEntriesType
 FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> FacesConfigManagedPropertyType.getOrCreateMapEntries()
          If not already created, a new map-entries element with the given value will be created.
 FacesConfigMapEntriesType<FacesConfigManagedBeanType<T>> FacesConfigManagedBeanType.getOrCreateMapEntries()
          If not already created, a new map-entries element with the given value will be created.
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.id(String id)
          Sets the id attribute
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.keyClass(String keyClass)
          Sets the key-class element
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.removeAllMapEntry()
          Removes all map-entry elements
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.removeId()
          Removes the id attribute
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.removeKeyClass()
          Removes the key-class element
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.removeValueClass()
          Removes the value-class element
 FacesConfigMapEntriesType<T> FacesConfigMapEntriesType.valueClass(String valueClass)
          Sets the value-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 that return types with arguments of type FacesConfigMapEntriesType
 FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> FacesConfigMapEntriesType.createMapEntry()
          Creates a new map-entry element
 List<FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>> FacesConfigMapEntriesType.getAllMapEntry()
          Returns all map-entry elements
 FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> FacesConfigMapEntriesType.getOrCreateMapEntry()
          If not already created, a new map-entry element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.