Modifier and Type | Interface and Description |
---|---|
interface |
J2eeDescriptor
Common interface for all standard J2EE deployment descriptors (
web.xml ,
ejb-jar.xml , etc). |
interface |
VendorDescriptor
Base interface for vendor specific descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDescriptor
Encapsulates the DOM representation of a deployment descriptor to provide convenience methods for
easy access and manipulation.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlMerger.init(Descriptor base)
Initialise the merger with the base (first) item to be merged.
|
void |
XmlMerger.merge(Descriptor other)
Merge the descriptor with a second item.
|
static void |
AbstractDescriptorIo.writeDescriptor(Descriptor descriptor,
File file)
Writes the specified document to a file.
|
static void |
AbstractDescriptorIo.writeDescriptor(Descriptor descriptor,
File file,
String encoding)
Writes the specified document to a file.
|
static void |
AbstractDescriptorIo.writeDescriptor(Descriptor descriptor,
File file,
String encoding,
boolean isIndent)
Writes the specified document to a file.
|
static void |
AbstractDescriptorIo.writeDescriptor(Descriptor descriptor,
OutputStream out,
String encoding,
boolean isIndent)
Writes the specified document to an output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationXml
Encapsulates the DOM representation of an EAR descriptor (
application.xml ) to
provide convenience methods for easy access and manipulation. |
Modifier and Type | Interface and Description |
---|---|
interface |
VendorEjbDescriptor
Base interface for vendor specific EJB descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbJarXml
Encapsulates the DOM representation of a ejb deployment descriptor
ejb-jar.xml to provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
JBossXml
Encapsulates the DOM representation of a jboss ejb deployment descriptor
jboss.xml to provide convenience methods for easy access and
manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
OrionEjbJarXml
Encapsulates the DOM representation of a oracle ejb deployment descriptor
orion-ejb-jar.xml to provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
WeblogicEjbJarXml
Encapsulates the DOM representation of a weblogic ejb deployment descriptor
weblogic-ejb-jar.xml to provide convenience methods for easy access and
manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
IbmEjbJarBndXmi
Encapsulates the DOM representation of a websphere ejb deployment descriptor
ibm-ejb-jar-bnd.xmi to provide convenience methods for easy access and manipulation. |
Modifier and Type | Method and Description |
---|---|
void |
DescriptorMerger.init(Descriptor base)
Initialise the merger with the base (first) item to be merged.
|
void |
DescriptorMergerByTag.init(Descriptor base)
Initialize.
|
void |
DescriptorMerger.merge(Descriptor other)
Merge the descriptor with a second item.
|
void |
DescriptorMergerByTag.merge(Descriptor other)
Merge this descriptor onto another.
|
Modifier and Type | Method and Description |
---|---|
int |
MergeStrategy.inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
AbstractChoiceMergeStrategy.inBoth(Descriptor set,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
NodeMergeStrategy.inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors.
|
int |
MergeStrategy.inLeft(Descriptor target,
DescriptorElement left)
Process when the element appears just in the left descriptor.
|
int |
AbstractChoiceMergeStrategy.inLeft(Descriptor set,
DescriptorElement element)
Process when the element appears just in the left descriptor.
|
int |
NodeMergeStrategy.inLeft(Descriptor target,
DescriptorElement left)
Process when the element appears just in the left descriptor.
|
int |
MergeStrategy.inRight(Descriptor target,
DescriptorElement right)
Process when the element appears just in the left descriptor.
|
int |
AbstractChoiceMergeStrategy.inRight(Descriptor set,
DescriptorElement element)
Process when the element appears just in the left descriptor.
|
int |
NodeMergeStrategy.inRight(Descriptor target,
DescriptorElement right)
Process when the element appears just in the left descriptor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VendorWebAppDescriptor
Common interface for vendor specific deployment descriptors.
|
Modifier and Type | Class and Description |
---|---|
class |
WebXml
Encapsulates the DOM representation of a web deployment descriptor
web.xml to
provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
JBossWebXml
Encapsulates the DOM representation of a web deployment descriptor
jboss-web.xml to provide convenience methods for easy access and
manipulation. |
Modifier and Type | Method and Description |
---|---|
void |
WebXmlMerger.init(Descriptor base)
Initialise the merger with the base (first) item to be merged.
|
void |
WebXmlMerger.merge(Descriptor theMerge)
Merge the descriptor with a second item.
|
Constructor and Description |
---|
WebXmlMerger(Descriptor base)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
OrionWebXml
Encapsulates the DOM representation of a oracle web deployment descriptor
orion-web.xml to provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
ResinWebXml
Encapsulates the DOM representation of a web deployment descriptor
resin-web.xml
to provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
TomcatContextXml
Encapsulates the DOM representation of a web deployment descriptor
META-INF/context.xml to provide convenience methods for easy access and
manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
WeblogicXml
Encapsulates the DOM representation of a weblogic web deployment descriptor
weblogic.xml to provide convenience methods for easy access and manipulation. |
Modifier and Type | Class and Description |
---|---|
class |
IbmWebBndXmi
Encapsulates the DOM representation of a websphere web deployment descriptor
ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation. |
Copyright © 2004-2013 Codehaus. All Rights Reserved.