|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.http.deployer.Deployer<V,T>
com.sun.grizzly.http.deployer.FromURIDeployer<V,T>
V - Type of object deployed by this deployer.T - Type of deployer configuration.public abstract class FromURIDeployer<V extends Deployable,T extends DeploymentConfiguration>
Deployer abstraction supporting deployment from URI .
| Constructor Summary | |
|---|---|
FromURIDeployer()
|
|
| Method Summary | |
|---|---|
DeploymentID |
deploy(GrizzlyWebServer gws,
java.net.URI deployFrom,
T configuration)
Deploy deployable to gws. |
protected abstract V |
fromURI(java.net.URI uri,
T configuration)
Create object to deploy from uri. |
| Methods inherited from class com.sun.grizzly.http.deployer.Deployer |
|---|
convert, deploy, undeploy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FromURIDeployer()
| Method Detail |
|---|
public final DeploymentID deploy(GrizzlyWebServer gws,
java.net.URI deployFrom,
T configuration)
throws DeployException
gws - Grizzly to deploy to.deployFrom - URI ofr deployable to be deployed.configuration - Configuration of deployment.
DeployException - Error in deployment.
protected abstract V fromURI(java.net.URI uri,
T configuration)
throws DeployException
uri - of deployable object.configuration - Configuration of deployment.
DeployException - If loading Deployable from uri failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||