|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom.Document
org.codehaus.cargo.module.AbstractDescriptor
org.codehaus.cargo.module.webapp.resin.ResinWebXml
public class ResinWebXml
Encapsulates the DOM representation of a web deployment descriptor resin-web.xml
to provide convenience methods for easy access and manipulation.
Field Summary |
---|
Fields inherited from class org.jdom.Document |
---|
baseURI |
Constructor Summary | |
---|---|
ResinWebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor. |
Method Summary | |
---|---|
void |
addEjbReference(EjbRef ref)
Adds a ejb reference. |
org.jdom.Element |
getDirectoryServlet()
Get the directory servlet. |
String |
getFileName()
Returns the file name of this descriptor. |
List |
getJndiLinks()
Get the jndi links. |
List |
getResourceRefs()
Get the resource references. |
org.jdom.Element |
getSessionConfig()
Get the session config element. |
List |
getSystemProperties()
Get the system properties. |
Methods inherited from class org.codehaus.cargo.module.AbstractDescriptor |
---|
addElement, checkElement, createNestedText, getChildText, getChildText, getDescriptorType, getDocument, getElements, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getTagByIdentifier, getTagByIdentifier, getTags, getTags, getText |
Methods inherited from class org.jdom.Document |
---|
addContent, addContent, addContent, addContent, clone, cloneContent, detachRootElement, equals, getBaseURI, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getDocType, getParent, getProperty, getRootElement, hashCode, hasRootElement, indexOf, removeContent, removeContent, removeContent, removeContent, setBaseURI, setContent, setContent, setContent, setContent, setDocType, setProperty, setRootElement, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.module.Descriptor |
---|
addElement, getDescriptorType, getDocument, getRootElement, getTagByIdentifier, getTags |
Methods inherited from interface org.jdom.Parent |
---|
clone, cloneContent, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getParent, indexOf, removeContent, removeContent, removeContent, removeContent |
Constructor Detail |
---|
public ResinWebXml(org.jdom.Element rootElement, DescriptorType type)
rootElement
- The descriptor root elementtype
- The descriptor typeMethod Detail |
---|
public void addEjbReference(EjbRef ref)
addEjbReference
in interface VendorWebAppDescriptor
ref
- reference to addpublic String getFileName()
getFileName
in interface Descriptor
Descriptor.getFileName()
public List getSystemProperties()
public List getResourceRefs()
public List getJndiLinks()
public org.jdom.Element getSessionConfig()
public org.jdom.Element getDirectoryServlet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |