|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployGenerator | |
---|---|
com.caucho.env.deploy | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Uses of DeployGenerator in com.caucho.env.deploy |
---|
Classes in com.caucho.env.deploy with type parameters of type DeployGenerator | |
---|---|
class |
DeployGeneratorAdmin<C extends DeployGenerator>
|
Subclasses of DeployGenerator in com.caucho.env.deploy | |
---|---|
class |
DeployListGenerator<E extends DeployControllerApi<?>>
A list of deploy objects. |
class |
ExpandDeployGenerator<E extends ExpandDeployController<?>>
The generator for the deploy |
Methods in com.caucho.env.deploy with parameters of type DeployGenerator | |
---|---|
void |
DeployContainer.add(DeployGenerator<C> generator)
Adds a deploy generator. |
void |
DeployContainerApi.add(DeployGenerator<C> generator)
Adds a deploy generator. |
void |
DeployListGenerator.add(DeployGenerator<E> deploy)
Adds a deploy. |
void |
DeployContainer.remove(DeployGenerator<C> generator)
Removes a deploy. |
void |
DeployContainerApi.remove(DeployGenerator<C> generator)
Removes a deploy. |
void |
DeployListGenerator.remove(DeployGenerator<E> deploy)
Removes a deploy. |
Uses of DeployGenerator in com.caucho.server.e_app |
---|
Subclasses of DeployGenerator in com.caucho.server.e_app | |
---|---|
class |
EarDeployGenerator
The generator for the ear-deploy |
class |
EarSingleDeployGenerator
The generator for the ear-deploy |
Uses of DeployGenerator in com.caucho.server.host |
---|
Subclasses of DeployGenerator in com.caucho.server.host | |
---|---|
class |
HostExpandDeployGenerator
The generator for the host deploy |
class |
HostRegexpDeployGenerator
The generator for the web-app deploy |
class |
HostSingleDeployGenerator
The generator for the host deploy |
Uses of DeployGenerator in com.caucho.server.webapp |
---|
Subclasses of DeployGenerator in com.caucho.server.webapp | |
---|---|
class |
WebAppEarDeployGenerator
The generator for the ear deploy |
class |
WebAppExpandDeployGenerator
The generator for the web-app deploy |
class |
WebAppRegexpDeployGenerator
The generator for the web-app deploy |
class |
WebAppSingleDeployGenerator
The generator for the web-app deploy |
Methods in com.caucho.server.webapp with parameters of type DeployGenerator | |
---|---|
void |
WebAppContainer.addDeploy(DeployGenerator<WebAppController> deploy)
Sets the war-expansion |
void |
WebAppContainer.removeWebAppDeploy(DeployGenerator<WebAppController> deploy)
Removes a web-app-generator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |