|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
parseWebAppDescriptors(java.lang.ClassLoader loader,
org.w3c.dom.Element webApp,
org.w3c.dom.Element jbossWeb)
This method is called as part of subclass performDeploy() method implementations to parse the web-app.xml and jboss-web.xml deployment descriptors from a war deployment. |
Method Detail |
public void parseWebAppDescriptors(java.lang.ClassLoader loader, org.w3c.dom.Element webApp, org.w3c.dom.Element jbossWeb) throws java.lang.Exception
loader,
- the ClassLoader for the web application. May not be null.webApp,
- the root element of thw web-app.xml descriptor. May not be null.jbossWeb,
- the root element of thw jboss-web.xml descriptor. May be null
to indicate that no jboss-web.xml descriptor exists.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |