Interface | Description |
---|---|
Descriptor |
Common interface for Deployment Descriptors.
|
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.
|
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 web deployment descriptors.
|
DefaultJarArchive |
Provide convenient methods to read information from a Jar archive.
|
DescriptorTag |
Represents the various top-level tags in a deployment descriptor as a typesafe enumeration.
|
Dtd |
Contains methods for getting information from a dtd.
|
XmlEntityResolver |
Implementation of the SAX EntityResolver interface that looks up the web-app
DTDs from the JAR.
|
Exception | Description |
---|---|
DtdParseException |
Exception thrown to indicate that a certain DTD couldn't be parsed.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.