|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployException | |
---|---|
com.sun.grizzly.http.deployer | |
com.sun.grizzly.http.embed | |
com.sun.grizzly.http.servlet.deployer |
Uses of DeployException in com.sun.grizzly.http.deployer |
---|
Methods in com.sun.grizzly.http.deployer that throw DeployException | |
---|---|
protected abstract Map<GrizzlyAdapter,Set<String>> |
Deployer.convert(V toDeploy,
T configuration)
Converts deployable object to Map of GrizzlyAdapter s to paths to deploy to. |
DeploymentID |
FromURIDeployer.deploy(GrizzlyWebServer gws,
URI deployFrom,
T configuration)
Deploy deployable to gws. |
DeploymentID |
Deployer.deploy(GrizzlyWebServer gws,
V toDeploy,
T configuration)
Deploy Deployable to gws. |
protected abstract V |
FromURIDeployer.fromURI(URI uri,
T configuration)
Create object to deploy from uri. |
Uses of DeployException in com.sun.grizzly.http.embed |
---|
Methods in com.sun.grizzly.http.embed that throw DeployException | ||
---|---|---|
|
GrizzlyWebServer.deploy(T toDeploy,
Deployer<T,V> deployer,
V configuration)
Deploy given deployable using provided deployer. |
|
|
GrizzlyWebServer.deploy(URI fromURI,
FromURIDeployer<T,V> deployer,
V configuration)
Deploy from given uri using provided deployer. |
Uses of DeployException in com.sun.grizzly.http.servlet.deployer |
---|
Methods in com.sun.grizzly.http.servlet.deployer that throw DeployException | |
---|---|
protected Map<GrizzlyAdapter,Set<String>> |
WarDeployer.convert(WarDeployable toDeploy,
WarDeploymentConfiguration configuration)
Converts deployable object to Map of GrizzlyAdapter s to paths to deploy to. |
void |
GrizzlyWebServerDeployer.deployWar(DeployableConfiguration conf,
URLClassLoader serverLibLoader,
WebApp defaultWebApp)
Deploy WAR file. |
protected WarDeployable |
WarDeployer.fromURI(URI uri,
WarDeploymentConfiguration configuration)
Create object to deploy from uri. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |