|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentConfiguration | |
---|---|
com.sun.grizzly.http.deployer | |
com.sun.grizzly.http.embed | |
com.sun.grizzly.http.servlet.deployer |
Uses of DeploymentConfiguration in com.sun.grizzly.http.deployer |
---|
Classes in com.sun.grizzly.http.deployer with type parameters of type DeploymentConfiguration | |
---|---|
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 DeploymentConfiguration in com.sun.grizzly.http.embed |
---|
Methods in com.sun.grizzly.http.embed with type parameters of type DeploymentConfiguration | ||
---|---|---|
|
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. |
Uses of DeploymentConfiguration in com.sun.grizzly.http.servlet.deployer |
---|
Classes in com.sun.grizzly.http.servlet.deployer that implement DeploymentConfiguration | |
---|---|
class |
WarDeploymentConfiguration
DeploymentConfiguration for web application (War file). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |