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

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
<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 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).
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.