|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Deployable | |
|---|---|
| com.sun.grizzly.http.deployer | |
| com.sun.grizzly.http.embed | |
| Uses of Deployable in com.sun.grizzly.http.deployer |
|---|
| Classes in com.sun.grizzly.http.deployer with type parameters of type Deployable | |
|---|---|
class |
Deployer<V extends Deployable,T extends DeploymentConfiguration>
Deployer abstraction. |
class |
FromURIDeployer<V extends Deployable,T extends DeploymentConfiguration>
Deployer abstraction supporting deployment from URI . |
| Uses of Deployable in com.sun.grizzly.http.embed |
|---|
| Methods in com.sun.grizzly.http.embed with type parameters of type Deployable | ||
|---|---|---|
|
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. |
|
|
GrizzlyWebServer.undeploy(DeploymentID deploymentId,
Deployer<T,V> deployer)
Undeploy deploymentId using provided deployer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||