|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeployException | |
|---|---|
| com.sun.grizzly.http.deployer | |
| com.sun.grizzly.http.embed | |
| 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 GrizzlyAdapters 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||