public class ResinWebXml extends AbstractDescriptor implements VendorWebAppDescriptor
resin-web.xml
to provide convenience methods for easy access and manipulation.Constructor and Description |
---|
ResinWebXml(org.jdom.Element rootElement,
DescriptorType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addElement, checkElement, createNestedText, getChildText, getChildText, getDescriptorType, getDocument, getElements, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getTagByIdentifier, getTagByIdentifier, getTags, getTags, getText
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
finalize, getClass, notify, notifyAll, wait, wait, wait
addElement, getDescriptorType, getDocument, getRootElement, getTagByIdentifier, getTags
public ResinWebXml(org.jdom.Element rootElement, DescriptorType type)
rootElement
- The descriptor root elementtype
- The descriptor typepublic 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()
Copyright © 2004-2013 Codehaus. All Rights Reserved.