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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Call
 Call<T> Call.clazz(String clazz)
          Sets the class attribute
 Call<Get<T>> Get.createCall()
          Creates a new Call element
 Call<Call<T>> Call.createCall()
          Creates a new Call element
 Call<New<T>> New.createCall()
          Creates a new Call element
 Call<Ref<T>> Ref.createCall()
          Creates a new Call element
 Call<Property<T>> Property.createCall()
          Creates a new Call element
 Call<JettyDescriptor> JettyDescriptor.createCall()
          Creates a new Call element
 Call<Configure<T>> Configure.createCall()
          Creates a new Call element
 Call<Item<T>> Item.getOrCreateCall()
          If not already created, a new Call element with the given value will be created.
 Call<Get<T>> Get.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<Call<T>> Call.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<New<T>> New.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<Ref<T>> Ref.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<Property<T>> Property.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<Put<T>> Put.getOrCreateCall()
          If not already created, a new Call element with the given value will be created.
 Call<Set<T>> Set.getOrCreateCall()
          If not already created, a new Call element with the given value will be created.
 Call<Arg<T>> Arg.getOrCreateCall()
          If not already created, a new Call element with the given value will be created.
 Call<JettyDescriptor> JettyDescriptor.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<Configure<T>> Configure.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Call<T> Call.id(String id)
          Sets the id attribute
 Call<T> Call.name(String name)
          Sets the name attribute
 Call<T> Call.removeAllArg()
          Removes all Arg elements
 Call<T> Call.removeAllArray()
          Removes all Array elements
 Call<T> Call.removeAllCall()
          Removes all Call elements
 Call<T> Call.removeAllGet()
          Removes all Get elements
 Call<T> Call.removeAllMap()
          Removes all Map elements
 Call<T> Call.removeAllNew()
          Removes all New elements
 Call<T> Call.removeAllProperty()
          Removes all Property elements
 Call<T> Call.removeAllPut()
          Removes all Put elements
 Call<T> Call.removeAllRef()
          Removes all Ref elements
 Call<T> Call.removeAllSet()
          Removes all Set elements
 Call<T> Call.removeClazz()
          Removes the class attribute
 Call<T> Call.removeId()
          Removes the id attribute
 Call<T> Call.removeName()
          Removes the name attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Call
 Arg<Call<T>> Call.createArg()
          Creates a new Arg element
 Array<Call<T>> Call.createArray()
          Creates a new Array element
 Call<Call<T>> Call.createCall()
          Creates a new Call element
 Get<Call<T>> Call.createGet()
          Creates a new Get element
 Map<Call<T>> Call.createMap()
          Creates a new Map element
 New<Call<T>> Call.createNew()
          Creates a new New element
 Property<Call<T>> Call.createProperty()
          Creates a new Property element
 Put<Call<T>> Call.createPut()
          Creates a new Put element
 Ref<Call<T>> Call.createRef()
          Creates a new Ref element
 Set<Call<T>> Call.createSet()
          Creates a new Set element
 List<Arg<Call<T>>> Call.getAllArg()
          Returns all Arg elements
 List<Array<Call<T>>> Call.getAllArray()
          Returns all Array elements
 List<Call<Get<T>>> Get.getAllCall()
          Returns all Call elements
 List<Call<Call<T>>> Call.getAllCall()
          Returns all Call elements
 List<Call<Call<T>>> Call.getAllCall()
          Returns all Call elements
 List<Call<New<T>>> New.getAllCall()
          Returns all Call elements
 List<Call<Ref<T>>> Ref.getAllCall()
          Returns all Call elements
 List<Call<Property<T>>> Property.getAllCall()
          Returns all Call elements
 List<Call<JettyDescriptor>> JettyDescriptor.getAllCall()
          Returns all Call elements
 List<Call<Configure<T>>> Configure.getAllCall()
          Returns all Call elements
 List<Get<Call<T>>> Call.getAllGet()
          Returns all Get elements
 List<Map<Call<T>>> Call.getAllMap()
          Returns all Map elements
 List<New<Call<T>>> Call.getAllNew()
          Returns all New elements
 List<Property<Call<T>>> Call.getAllProperty()
          Returns all Property elements
 List<Put<Call<T>>> Call.getAllPut()
          Returns all Put elements
 List<Ref<Call<T>>> Call.getAllRef()
          Returns all Ref elements
 List<Set<Call<T>>> Call.getAllSet()
          Returns all Set elements
 Arg<Call<T>> Call.getOrCreateArg()
          If not already created, a new Arg element will be created and returned.
 Array<Call<T>> Call.getOrCreateArray()
          If not already created, a new Array element will be created and returned.
 Call<Call<T>> Call.getOrCreateCall()
          If not already created, a new Call element will be created and returned.
 Get<Call<T>> Call.getOrCreateGet()
          If not already created, a new Get element will be created and returned.
 Map<Call<T>> Call.getOrCreateMap()
          If not already created, a new Map element will be created and returned.
 New<Call<T>> Call.getOrCreateNew()
          If not already created, a new New element will be created and returned.
 Property<Call<T>> Call.getOrCreateProperty()
          If not already created, a new Property element will be created and returned.
 Put<Call<T>> Call.getOrCreatePut()
          If not already created, a new Put element will be created and returned.
 Ref<Call<T>> Call.getOrCreateRef()
          If not already created, a new Ref element will be created and returned.
 Set<Call<T>> Call.getOrCreateSet()
          If not already created, a new Set element will be created and returned.
 



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