|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlAssemblyContext | |
---|---|
org.apache.beehive.controls.api.assembly | |
org.apache.beehive.controls.runtime.assembly |
Uses of ControlAssemblyContext in org.apache.beehive.controls.api.assembly |
---|
Methods in org.apache.beehive.controls.api.assembly that return ControlAssemblyContext | |
---|---|
ControlAssemblyContext |
ControlAssemblyContext.Factory.newInstance(Class controlIntfOrExt,
Map<String,String> bindings,
Set<String> clients,
File moduleRoot,
String moduleName,
File srcOutputRoot)
Creates a new instance of a ControlAssemblyContext implementation. |
Methods in org.apache.beehive.controls.api.assembly with parameters of type ControlAssemblyContext | |
---|---|
void |
DefaultControlAssembler.assemble(ControlAssemblyContext cac)
|
void |
ControlAssembler.assemble(ControlAssemblyContext cac)
|
Uses of ControlAssemblyContext in org.apache.beehive.controls.runtime.assembly |
---|
Classes in org.apache.beehive.controls.runtime.assembly that implement ControlAssemblyContext | |
---|---|
class |
AppAssemblyContext
A ControlAssemblyContext implementation supporting standard Enterprise app modules |
class |
BaseAssemblyContext
Base ControlAssemblyContext implementation |
class |
EJBAssemblyContext
A ControlAssemblyContext implementation supporting standard EJB modules |
class |
WebAppAssemblyContext
A ControlAssemblyContext implementation supporting standard web-app modules |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |