Uses of Interface
com.sun.grizzly.http.deployer.Deployable

Packages that use Deployable
com.sun.grizzly.http.deployer   
com.sun.grizzly.http.embed   
com.sun.grizzly.http.servlet.deployer   
 

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
<T extends Deployable,V extends DeploymentConfiguration>
DeploymentID
GrizzlyWebServer.deploy(T toDeploy, Deployer<T,V> deployer, V configuration)
          Deploy given deployable using provided deployer.
<T extends Deployable,V extends DeploymentConfiguration>
DeploymentID
GrizzlyWebServer.deploy(URI fromURI, FromURIDeployer<T,V> deployer, V configuration)
          Deploy from given uri using provided deployer.
<T extends Deployable,V extends DeploymentConfiguration>
void
GrizzlyWebServer.undeploy(DeploymentID deploymentId, Deployer<T,V> deployer)
          Undeploy deploymentId using provided deployer.
 

Uses of Deployable in com.sun.grizzly.http.servlet.deployer
 

Classes in com.sun.grizzly.http.servlet.deployer that implement Deployable
 class WarDeployable
          Deployable web application (War file).
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.