|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.servlet.deployer.WarDeploymentConfiguration
public class WarDeploymentConfiguration
DeploymentConfiguration
for web application (War file).
Field Summary | |
---|---|
DeployableConfiguration |
conf
contains command line params |
String |
ctx
Context to deploy to. |
URLClassLoader |
serverLibLoader
Server Libraries ClassLoader . |
WebApp |
webDefault
Web default application, merged with all to be deployed. |
Constructor Summary | |
---|---|
WarDeploymentConfiguration(String ctx,
URLClassLoader serverLibLoader,
WebApp webDefault)
Constructor. |
|
WarDeploymentConfiguration(String ctx,
URLClassLoader serverLibLoader,
WebApp webDefault,
DeployableConfiguration conf)
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 String ctx
public URLClassLoader serverLibLoader
ClassLoader
.
public WebApp webDefault
public DeployableConfiguration conf
Constructor Detail |
---|
public WarDeploymentConfiguration(String ctx, URLClassLoader serverLibLoader, WebApp webDefault)
ctx
- Context to deploy to.serverLibLoader
- Server Libraries ClassLoader
.webDefault
- Web default application, merged with one to be deployed.public WarDeploymentConfiguration(String ctx, URLClassLoader serverLibLoader, WebApp webDefault, DeployableConfiguration conf)
ctx
- Context to deploy to.serverLibLoader
- Server Libraries ClassLoader
.webDefault
- Web default application, merged with one to be deployed.conf
- Command line paramsMethod Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |