TurbineAssemblerBrokerService allows assemblers (like screens,
actions and layouts) to be loaded from one or more AssemblerFactory
classes. AssemblerFactory classes are registered with this broker
by adding them to the TurbineResources.properties file.
author: Leon Messerschmidt author: Henning P. Schmiedehausen version: $Id: TurbineAssemblerBrokerService.java 534527 2007-05-02 16:10:59Z tv $
Attempt to retrieve an Assembler of a given type with
a name. Cycle through all the registered AssemblerFactory
classes of type and return the first non-null assembly
found. If an assembly was not found return null.
Parameters: type - type of Assembler Parameters: name - name of the requested Assembler an Assembler or null throws: TurbineException -