
public interface JettyDescriptor extends Descriptor, DescriptorNamespace<JettyDescriptor>
This deployment descriptor provides the functionalities as described in the specification
Example:
JettyDescriptor descriptor = Descriptors.create(JettyDescriptor.class);
| Modifier and Type | Method and Description |
|---|---|
JettyDescriptor |
clazz(String clazz)
Sets the
class attribute |
Array<JettyDescriptor> |
createArray()
Creates a new
Array element |
Call<JettyDescriptor> |
createCall()
Creates a new
Call element |
Get<JettyDescriptor> |
createGet()
Creates a new
Get element |
Map<JettyDescriptor> |
createMap()
Creates a new
Map element |
New<JettyDescriptor> |
createNew()
Creates a new
New element |
Property<JettyDescriptor> |
createProperty()
Creates a new
Property element |
Put<JettyDescriptor> |
createPut()
Creates a new
Put element |
Ref<JettyDescriptor> |
createRef()
Creates a new
Ref element |
Set<JettyDescriptor> |
createSet()
Creates a new
Set element |
List<Array<JettyDescriptor>> |
getAllArray()
Returns all
Array elements |
List<Call<JettyDescriptor>> |
getAllCall()
Returns all
Call elements |
List<Get<JettyDescriptor>> |
getAllGet()
Returns all
Get elements |
List<Map<JettyDescriptor>> |
getAllMap()
Returns all
Map elements |
List<New<JettyDescriptor>> |
getAllNew()
Returns all
New elements |
List<Property<JettyDescriptor>> |
getAllProperty()
Returns all
Property elements |
List<Put<JettyDescriptor>> |
getAllPut()
Returns all
Put elements |
List<Ref<JettyDescriptor>> |
getAllRef()
Returns all
Ref elements |
List<Set<JettyDescriptor>> |
getAllSet()
Returns all
Set elements |
String |
getClazz()
Returns the
class attribute |
String |
getId()
Returns the
id attribute |
Array<JettyDescriptor> |
getOrCreateArray()
If not already created, a new
Array element will be created and returned. |
Call<JettyDescriptor> |
getOrCreateCall()
If not already created, a new
Call element will be created and returned. |
Get<JettyDescriptor> |
getOrCreateGet()
If not already created, a new
Get element will be created and returned. |
Map<JettyDescriptor> |
getOrCreateMap()
If not already created, a new
Map element will be created and returned. |
New<JettyDescriptor> |
getOrCreateNew()
If not already created, a new
New element will be created and returned. |
Property<JettyDescriptor> |
getOrCreateProperty()
If not already created, a new
Property element will be created and returned. |
Put<JettyDescriptor> |
getOrCreatePut()
If not already created, a new
Put element will be created and returned. |
Ref<JettyDescriptor> |
getOrCreateRef()
If not already created, a new
Ref element will be created and returned. |
Set<JettyDescriptor> |
getOrCreateSet()
If not already created, a new
Set element will be created and returned. |
JettyDescriptor |
id(String id)
Sets the
id attribute |
JettyDescriptor |
removeAllArray()
Removes all
Array elements |
JettyDescriptor |
removeAllCall()
Removes all
Call elements |
JettyDescriptor |
removeAllGet()
Removes all
Get elements |
JettyDescriptor |
removeAllMap()
Removes all
Map elements |
JettyDescriptor |
removeAllNew()
Removes all
New elements |
JettyDescriptor |
removeAllProperty()
Removes all
Property elements |
JettyDescriptor |
removeAllPut()
Removes all
Put elements |
JettyDescriptor |
removeAllRef()
Removes all
Ref elements |
JettyDescriptor |
removeAllSet()
Removes all
Set elements |
JettyDescriptor |
removeClazzAttr()
Removes the
class attribute |
JettyDescriptor |
removeId()
Removes the
id attribute |
exportAsString, exportTo, getDescriptorNameaddDefaultNamespaces, addNamespace, getNamespaces, removeAllNamespacesArray<JettyDescriptor> getOrCreateArray()
Array element will be created and returned.
Otherwise, the first existing Array element will be returned.ArrayArray<JettyDescriptor> createArray()
Array elementArrayList<Array<JettyDescriptor>> getAllArray()
Array elementsArrayJettyDescriptor removeAllArray()
Array elementsArrayCall<JettyDescriptor> getOrCreateCall()
Call element will be created and returned.
Otherwise, the first existing Call element will be returned.CallCall<JettyDescriptor> createCall()
Call elementCallList<Call<JettyDescriptor>> getAllCall()
Call elementsCallJettyDescriptor removeAllCall()
Call elementsCallNew<JettyDescriptor> getOrCreateNew()
New element will be created and returned.
Otherwise, the first existing New element will be returned.NewNew<JettyDescriptor> createNew()
New elementNewList<New<JettyDescriptor>> getAllNew()
New elementsNewJettyDescriptor removeAllNew()
New elementsNewRef<JettyDescriptor> getOrCreateRef()
Ref element will be created and returned.
Otherwise, the first existing Ref element will be returned.RefRef<JettyDescriptor> createRef()
Ref elementRefList<Ref<JettyDescriptor>> getAllRef()
Ref elementsRefJettyDescriptor removeAllRef()
Ref elementsRefSet<JettyDescriptor> getOrCreateSet()
Set element will be created and returned.
Otherwise, the first existing Set element will be returned.SetSet<JettyDescriptor> createSet()
Set elementSetList<Set<JettyDescriptor>> getAllSet()
Set elementsSetJettyDescriptor removeAllSet()
Set elementsSetGet<JettyDescriptor> getOrCreateGet()
Get element will be created and returned.
Otherwise, the first existing Get element will be returned.GetGet<JettyDescriptor> createGet()
Get elementGetList<Get<JettyDescriptor>> getAllGet()
Get elementsGetJettyDescriptor removeAllGet()
Get elementsGetMap<JettyDescriptor> getOrCreateMap()
Map element will be created and returned.
Otherwise, the first existing Map element will be returned.MapMap<JettyDescriptor> createMap()
Map elementMapList<Map<JettyDescriptor>> getAllMap()
Map elementsMapJettyDescriptor removeAllMap()
Map elementsMapProperty<JettyDescriptor> getOrCreateProperty()
Property element will be created and returned.
Otherwise, the first existing Property element will be returned.PropertyProperty<JettyDescriptor> createProperty()
Property elementPropertyList<Property<JettyDescriptor>> getAllProperty()
Property elementsPropertyJettyDescriptor removeAllProperty()
Property elementsPropertyPut<JettyDescriptor> getOrCreatePut()
Put element will be created and returned.
Otherwise, the first existing Put element will be returned.PutPut<JettyDescriptor> createPut()
Put elementPutList<Put<JettyDescriptor>> getAllPut()
Put elementsPutJettyDescriptor removeAllPut()
Put elementsPutJettyDescriptor clazz(String clazz)
class attributeclazz - the value for the attribute classJettyDescriptorString getClazz()
class attributeclassJettyDescriptor removeClazzAttr()
class attributeJettyDescriptorJettyDescriptor id(String id)
id attributeid - the value for the attribute idJettyDescriptorString getId()
id attributeidJettyDescriptor removeId()
id attributeJettyDescriptorCopyright © 2025 JBoss by Red Hat. All rights reserved.