Uses of Package
org.apache.beehive.controls.api.assembly

Packages that use org.apache.beehive.controls.api.assembly
org.apache.beehive.controls.api.assembly   
org.apache.beehive.controls.runtime.assembly   
 

Classes in org.apache.beehive.controls.api.assembly used by org.apache.beehive.controls.api.assembly
ControlAssembler
          This interface provides the methods that can be called at assembly-time by build tools.
ControlAssemblyContext
          Control assemblers are passed a ControlAssemblyContext at the time they are invoked; the context allows the assemblers to interact with their external environment (checking files, side-effecting deployment descriptors, emitting code parameterized by the specifics of the control extension, etc).
ControlAssemblyException
           
 

Classes in org.apache.beehive.controls.api.assembly used by org.apache.beehive.controls.runtime.assembly
ControlAssemblyContext
          Control assemblers are passed a ControlAssemblyContext at the time they are invoked; the context allows the assemblers to interact with their external environment (checking files, side-effecting deployment descriptors, emitting code parameterized by the specifics of the control extension, etc).
ControlAssemblyContext.EJBModule
          Providers of ControlAssemblyContext implementations may implement EJBModule to provide access to an EJB module environment.
ControlAssemblyContext.EntAppModule
          Providers of ControlAssemblyContext implementations may implement EntAppModule to provide access to an enterprise application module environment.
ControlAssemblyContext.Factory
          Providers of ControlAssemblyContext implementations MUST implement Factory and newInstance to return their implementation.
ControlAssemblyContext.WebAppModule
          Providers of ControlAssemblyContext implementations may implement WebAppModule to provide access to a webapp module environment.
ControlAssemblyException