|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.web.WebApplication
A WebApplication represents the information for a war deployment.
AbstractWebContainer
Constructor Summary | |
WebApplication()
Create an empty WebApplication instance |
|
WebApplication(java.lang.String name,
java.net.URL url,
java.lang.ClassLoader classLoader)
Create a WebApplication instance with with given name, url and class loader. |
Method Summary | |
java.lang.Object |
getAppData()
|
java.lang.ClassLoader |
getClassLoader()
Get the class loader of this WebApplication. |
org.w3c.dom.Element |
getJbossWeb()
Getter for property jbossWeb. |
java.lang.String |
getName()
Get the name of this WebApplication. |
java.net.URL |
getURL()
Get the URL from which this WebApplication was deployed |
org.w3c.dom.Element |
getWebApp()
Getter for property webApp. |
void |
setAppData(java.lang.Object data)
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Set the class loader of this WebApplication. |
void |
setJbossWeb(org.w3c.dom.Element jbossWeb)
Setter for property jbossWeb. |
void |
setName(java.lang.String name)
Set the name of this WebApplication. |
void |
setURL(java.net.URL url)
Set the URL from which this WebApplication was deployed |
void |
setWebApp(org.w3c.dom.Element webApp)
Setter for property webApp. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WebApplication()
public WebApplication(java.lang.String name, java.net.URL url, java.lang.ClassLoader classLoader)
name,
- name of this applicationurl,
- url where this application was deployed fromclassLoader,
- Class loader of this applicationMethod Detail |
public java.lang.ClassLoader getClassLoader()
public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader,
- The ClassLoader instance for the web applicationpublic java.lang.String getName()
public void setName(java.lang.String name)
String
- name of the web applicationpublic java.net.URL getURL()
public void setURL(java.net.URL url)
url,
- URL where this application was deployed frompublic org.w3c.dom.Element getWebApp()
public void setWebApp(org.w3c.dom.Element webApp)
webApp
- New value of property webApp.public org.w3c.dom.Element getJbossWeb()
public void setJbossWeb(org.w3c.dom.Element jbossWeb)
jbossWeb
- New value of property jbossWeb.public java.lang.Object getAppData()
public void setAppData(java.lang.Object data)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |