|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.servlet.deployer.WarDeployable
public class WarDeployable
Deployable
web application (War file).
Field Summary | |
---|---|
String |
location
Location of exploded war file. |
WebApp |
webApp
Web application to be deployed. |
URLClassLoader |
webAppCL
Class loader to be used by web application. |
Constructor Summary | |
---|---|
WarDeployable(WebApp webApp,
String location,
URLClassLoader cl)
Constructor. |
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public WebApp webApp
public String location
public URLClassLoader webAppCL
Constructor Detail |
---|
public WarDeployable(WebApp webApp, String location, URLClassLoader cl)
webApp
- Web application to be deployed.location
- Location of exploded war file.cl
- Class loader to be used by web application.Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |