|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.web.WebApplication
A WebApplication represents the information for a war deployment.
AbstractWebContainer
(src) 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. |
|
WebApplication(WebMetaData (src) metaData)
Create a WebApplication instance with with given web-app metadata. |
Method Summary | |
java.lang.Object |
getAppData()
|
java.lang.ClassLoader |
getClassLoader()
Get the class loader of this WebApplication. |
DeploymentInfo (src) |
getDeploymentInfo()
|
WebMetaData (src) |
getMetaData()
Getter for property metaData. |
java.lang.String |
getName()
Get the name of this WebApplication. |
java.net.URL |
getURL()
Get the URL from which this WebApplication was deployed |
void |
setAppData(java.lang.Object data)
|
void |
setClassLoader(java.lang.ClassLoader classLoader)
Set the class loader of this WebApplication. |
void |
setDeploymentInfo(DeploymentInfo (src) warInfo)
|
void |
setMetaData(WebMetaData (src) metaData)
Setter for property metaData. |
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 |
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(WebMetaData (src) metaData)
metaData
- the web-app metadata containing the web.xml and
jboss-web.xml descriptor metadata.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)
name
- of the web applicationpublic java.net.URL getURL()
public void setURL(java.net.URL url)
url
- URL where this application was deployed frompublic WebMetaData (src) getMetaData()
public void setMetaData(WebMetaData (src) metaData)
metaData
- New value of property metaData.public java.lang.Object getAppData()
public void setAppData(java.lang.Object data)
public DeploymentInfo (src) getDeploymentInfo()
public void setDeploymentInfo(DeploymentInfo (src) warInfo)
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |