Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jetty7.Map

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

Uses of Map in org.jboss.shrinkwrap.descriptor.api.jetty7
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Map
 Map<Get<T>> Get.createMap()
          Creates a new Map element
 Map<Call<T>> Call.createMap()
          Creates a new Map element
 Map<New<T>> New.createMap()
          Creates a new Map element
 Map<Ref<T>> Ref.createMap()
          Creates a new Map element
 Map<Property<T>> Property.createMap()
          Creates a new Map element
 Map<JettyDescriptor> JettyDescriptor.createMap()
          Creates a new Map element
 Map<Configure<T>> Configure.createMap()
          Creates a new Map element
 Map<Item<T>> Item.getOrCreateMap()
          If not already created, a new Map element with the given value will be created.
 Map<Get<T>> Get.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<Call<T>> Call.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<New<T>> New.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<Ref<T>> Ref.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<Property<T>> Property.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<Put<T>> Put.getOrCreateMap()
          If not already created, a new Map element with the given value will be created.
 Map<Set<T>> Set.getOrCreateMap()
          If not already created, a new Map element with the given value will be created.
 Map<Arg<T>> Arg.getOrCreateMap()
          If not already created, a new Map element with the given value will be created.
 Map<JettyDescriptor> JettyDescriptor.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<Configure<T>> Configure.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 Map<T> Map.id(String id)
          Sets the id attribute
 Map<T> Map.removeAllEntry()
          Removes all Entry elements
 Map<T> Map.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Map
 Entry<Map<T>> Map.createEntry()
          Creates a new Entry element
 List<Entry<Map<T>>> Map.getAllEntry()
          Returns all Entry elements
 List<Map<Get<T>>> Get.getAllMap()
          Returns all Map elements
 List<Map<Call<T>>> Call.getAllMap()
          Returns all Map elements
 List<Map<New<T>>> New.getAllMap()
          Returns all Map elements
 List<Map<Ref<T>>> Ref.getAllMap()
          Returns all Map elements
 List<Map<Property<T>>> Property.getAllMap()
          Returns all Map elements
 List<Map<JettyDescriptor>> JettyDescriptor.getAllMap()
          Returns all Map elements
 List<Map<Configure<T>>> Configure.getAllMap()
          Returns all Map elements
 Entry<Map<T>> Map.getOrCreateEntry()
          If not already created, a new Entry element will be created and returned.
 



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