Modifier and Type | Method and Description |
---|---|
DescriptorTag |
DescriptorElement.getTag() |
DescriptorTag |
DescriptorType.getTagByName(String name)
Get a descriptor tag by name.
|
DescriptorTag |
AbstractDescriptorType.getTagByName(String name) |
Modifier and Type | Method and Description |
---|---|
org.jdom.Element |
AbstractDescriptor.addElement(DescriptorTag tag,
org.jdom.Element child,
org.jdom.Element parent)
Adds an element of the specified tag to the descriptor.
|
org.jdom.Element |
Descriptor.addElement(DescriptorTag tag,
org.jdom.Element right,
org.jdom.Element rootElement)
Add an element into the descriptor.
|
void |
DescriptorType.addTag(DescriptorTag tag)
Add a descriptor tag into this descriptor.
|
void |
AbstractDescriptorType.addTag(DescriptorTag tag)
Add a descriptor tag to this descriptor type.
|
protected void |
AbstractDescriptor.checkElement(org.jdom.Element element,
DescriptorTag expectedTag)
Checks an element whether its name matches the specified name.
|
protected org.jdom.Element |
AbstractDescriptor.createNestedText(DescriptorTag tag,
String text)
Creates an element that contains nested text.
|
protected String |
AbstractDescriptor.getChildText(org.jdom.Element parent,
DescriptorTag tag)
Returns the text value from a child directly under the parent tag.
|
Iterator |
AbstractDescriptor.getElements(DescriptorTag tag)
Returns an iterator over the elements that match the specified tag.
|
protected org.jdom.Element |
AbstractDescriptor.getImmediateChild(org.jdom.Element parent,
DescriptorTag tag)
Gets a certain tag directly under the parent tag.
|
protected org.jdom.Element |
AbstractDescriptor.getInsertionPointFor(DescriptorTag tag,
String parent)
Returns the node before which the specified tag should be inserted, or
null if
the node should be inserted at the end of the descriptor. |
protected Iterator |
AbstractDescriptor.getNestedElements(org.jdom.Element parent,
DescriptorTag tag)
Returns an iterator over the child elements of the specified element that match the specified
tag.
|
protected String |
AbstractDescriptor.getNestedText(org.jdom.Element parent,
DescriptorTag tag)
Returns the text nested inside a child element of the specified element.
|
org.jdom.Element |
AbstractDescriptor.getTagByIdentifier(DescriptorTag tag,
String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter.
|
org.jdom.Element |
Descriptor.getTagByIdentifier(DescriptorTag tag,
String value)
Get elements of a particular descriptor tag whose identifier matches the passed parameter.
|
List |
AbstractDescriptor.getTags(DescriptorTag tag)
Get tags of a particular type.
|
List |
Descriptor.getTags(DescriptorTag tag)
Get tags of a particular type.
|
void |
DescriptorElement.setTag(DescriptorTag tag) |
Constructor and Description |
---|
DescriptorElement(DescriptorTag tag)
Constructor.
|
DescriptorElement(DescriptorTag tag,
org.jdom.Element element)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationXmlTag
Represents the various top-level tags in a enterprise application deployment descriptor as a
typesafe enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbJarXmlTag
Represents the various tags in a ejb jar deployment descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossXmlTag
Defines the JBoss XML tags.
|
Modifier and Type | Class and Description |
---|---|
class |
WeblogicEjbJarXmlTag
Represents the various tags in a weblogic ejb jar deployment descriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
WebXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossWebXmlTag
Represents the various top-level tags in a JBoss web deployment descriptor
as a typesafe enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
ResinWebXmlTag
Represents the various top-level tags in a Resin context web deployment
descriptor as a typesafe enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
TomcatContextXmlTag
Represents the various top-level tags in a Tomcat context web deployment
descriptor as a typesafe enumeration.
|
Modifier and Type | Class and Description |
---|---|
class |
WeblogicXmlTag
Represents the various top-level tags in a web deployment descriptor as a typesafe enumeration.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.