Interface | Description |
---|---|
Descriptor |
Common interface for Deployment Descriptors.
|
DescriptorIo | |
DescriptorType |
Represents a "type" of descriptor - e.g.
|
Grammar |
Contains methods for retrieving grammar information for an XML file.
|
J2eeDescriptor |
Common interface for all standard J2EE deployment descriptors (
web.xml ,
ejb-jar.xml , etc). |
JarArchive |
Provide convenient methods to read information from a Jar archive.
|
JarArchiveUpdateable |
Marker interface for a Jar archive that can be updated in-place.
|
VendorDescriptor |
Base interface for vendor specific descriptors.
|
Class | Description |
---|---|
AbstractDescriptor |
Encapsulates the DOM representation of a deployment descriptor to provide convenience methods for
easy access and manipulation.
|
AbstractDescriptorIo |
Provides convenience methods for reading and writing descriptors.
|
AbstractDescriptorType | |
DefaultJarArchive |
Provide convenient methods to read information from a Jar archive.
|
DescriptorElement |
Extension of JDOM element that represents a descriptor element.
|
DescriptorTag |
Represents the various top-level tags in a deployment descriptor as a typesafe enumeration.
|
Dtd |
Contains methods for getting information from a dtd.
|
Identifier |
Class used to work out how to 'identify' instances of DescrtiptorTags.
|
JarArchiveIo |
Utility IO class for constructing Jar Archives.
|
XmlEntityResolver |
Implementation of the SAX EntityResolver interface that looks up the web-app
DTDs from the JAR.
|
XmlMerger |
Class for merging XML FIles.
|
Exception | Description |
---|---|
DtdParseException |
Exception thrown to indicate that a certain DTD couldn't be parsed.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.