|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ref | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jetty7 | Provides the interfaces and enumeration types as defined in the schema |
Uses of Ref in org.jboss.shrinkwrap.descriptor.api.jetty7 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return Ref | |
---|---|
Ref<Get<T>> |
Get.createRef()
Creates a new Ref element |
Ref<Call<T>> |
Call.createRef()
Creates a new Ref element |
Ref<New<T>> |
New.createRef()
Creates a new Ref element |
Ref<Ref<T>> |
Ref.createRef()
Creates a new Ref element |
Ref<Property<T>> |
Property.createRef()
Creates a new Ref element |
Ref<JettyDescriptor> |
JettyDescriptor.createRef()
Creates a new Ref element |
Ref<Configure<T>> |
Configure.createRef()
Creates a new Ref element |
Ref<Item<T>> |
Item.getOrCreateRef()
If not already created, a new Ref element with the given value will be created. |
Ref<Get<T>> |
Get.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<Call<T>> |
Call.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<New<T>> |
New.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<Ref<T>> |
Ref.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<Property<T>> |
Property.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<Put<T>> |
Put.getOrCreateRef()
If not already created, a new Ref element with the given value will be created. |
Ref<Set<T>> |
Set.getOrCreateRef()
If not already created, a new Ref element with the given value will be created. |
Ref<Arg<T>> |
Arg.getOrCreateRef()
If not already created, a new Ref element with the given value will be created. |
Ref<JettyDescriptor> |
JettyDescriptor.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<Configure<T>> |
Configure.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Ref<T> |
Ref.id(String id)
Sets the id attribute |
Ref<T> |
Ref.removeAllArray()
Removes all Array elements |
Ref<T> |
Ref.removeAllCall()
Removes all Call elements |
Ref<T> |
Ref.removeAllGet()
Removes all Get elements |
Ref<T> |
Ref.removeAllMap()
Removes all Map elements |
Ref<T> |
Ref.removeAllNew()
Removes all New elements |
Ref<T> |
Ref.removeAllProperty()
Removes all Property elements |
Ref<T> |
Ref.removeAllPut()
Removes all Put elements |
Ref<T> |
Ref.removeAllRef()
Removes all Ref elements |
Ref<T> |
Ref.removeAllSet()
Removes all Set elements |
Ref<T> |
Ref.removeId()
Removes the id attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return types with arguments of type Ref | |
---|---|
Array<Ref<T>> |
Ref.createArray()
Creates a new Array element |
Call<Ref<T>> |
Ref.createCall()
Creates a new Call element |
Get<Ref<T>> |
Ref.createGet()
Creates a new Get element |
Map<Ref<T>> |
Ref.createMap()
Creates a new Map element |
New<Ref<T>> |
Ref.createNew()
Creates a new New element |
Property<Ref<T>> |
Ref.createProperty()
Creates a new Property element |
Put<Ref<T>> |
Ref.createPut()
Creates a new Put element |
Ref<Ref<T>> |
Ref.createRef()
Creates a new Ref element |
Set<Ref<T>> |
Ref.createSet()
Creates a new Set element |
List<Array<Ref<T>>> |
Ref.getAllArray()
Returns all Array elements |
List<Call<Ref<T>>> |
Ref.getAllCall()
Returns all Call elements |
List<Get<Ref<T>>> |
Ref.getAllGet()
Returns all Get elements |
List<Map<Ref<T>>> |
Ref.getAllMap()
Returns all Map elements |
List<New<Ref<T>>> |
Ref.getAllNew()
Returns all New elements |
List<Property<Ref<T>>> |
Ref.getAllProperty()
Returns all Property elements |
List<Put<Ref<T>>> |
Ref.getAllPut()
Returns all Put elements |
List<Ref<Get<T>>> |
Get.getAllRef()
Returns all Ref elements |
List<Ref<Call<T>>> |
Call.getAllRef()
Returns all Ref elements |
List<Ref<New<T>>> |
New.getAllRef()
Returns all Ref elements |
List<Ref<Ref<T>>> |
Ref.getAllRef()
Returns all Ref elements |
List<Ref<Ref<T>>> |
Ref.getAllRef()
Returns all Ref elements |
List<Ref<Property<T>>> |
Property.getAllRef()
Returns all Ref elements |
List<Ref<JettyDescriptor>> |
JettyDescriptor.getAllRef()
Returns all Ref elements |
List<Ref<Configure<T>>> |
Configure.getAllRef()
Returns all Ref elements |
List<Set<Ref<T>>> |
Ref.getAllSet()
Returns all Set elements |
Array<Ref<T>> |
Ref.getOrCreateArray()
If not already created, a new Array element will be created and returned. |
Call<Ref<T>> |
Ref.getOrCreateCall()
If not already created, a new Call element will be created and returned. |
Get<Ref<T>> |
Ref.getOrCreateGet()
If not already created, a new Get element will be created and returned. |
Map<Ref<T>> |
Ref.getOrCreateMap()
If not already created, a new Map element will be created and returned. |
New<Ref<T>> |
Ref.getOrCreateNew()
If not already created, a new New element will be created and returned. |
Property<Ref<T>> |
Ref.getOrCreateProperty()
If not already created, a new Property element will be created and returned. |
Put<Ref<T>> |
Ref.getOrCreatePut()
If not already created, a new Put element will be created and returned. |
Ref<Ref<T>> |
Ref.getOrCreateRef()
If not already created, a new Ref element will be created and returned. |
Set<Ref<T>> |
Ref.getOrCreateSet()
If not already created, a new Set element will be created and returned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |