|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.metadata.WebMetaData
A representation of the web.xml and jboss-web.xml deployment descriptors as used by the AbstractWebContainer web container integration support class.
XmlLoadable
,
AbstractWebContainer
Constructor Summary | |
WebMetaData()
|
Method Summary | |
java.util.Iterator |
getEjbReferences()
Return an iterator of the ejb-ref mappings. |
java.util.Iterator |
getEnvironmentEntries()
Return an iterator of the env-entry mappings. |
java.util.Iterator |
getResourceEnvReferences()
Return an iterator of the resource-ref mappings. |
java.util.Iterator |
getResourceReferences()
Return an iterator of the resource-ref mappings. |
java.lang.String |
getSecurityDomain()
Return the optional security-domain jboss-web.xml element. |
protected void |
importJBossWebXml(org.w3c.dom.Element jbossWeb)
Parse the elements of the jboss-web element used by the integration layer. |
protected void |
importWebXml(org.w3c.dom.Element webApp)
Parse the elements of the web-app element used by the integration layer. |
void |
importXml(org.w3c.dom.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebMetaData()
Method Detail |
public java.util.Iterator getEnvironmentEntries()
public java.util.Iterator getEjbReferences()
public java.util.Iterator getResourceReferences()
public java.util.Iterator getResourceEnvReferences()
public java.lang.String getSecurityDomain()
public void importXml(org.w3c.dom.Element element) throws java.lang.Exception
importXml
in interface XmlLoadable
protected void importWebXml(org.w3c.dom.Element webApp) throws java.lang.Exception
protected void importJBossWebXml(org.w3c.dom.Element jbossWeb) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |