PartExtensionManager helps Page instances gather part extensions for creation.
public function PartExtensionManager(bundleService:IBundleService, injector:Injector)
Callers should not construct PartExtensionManager instance. PartExtensionManager is available for injection.
Parameters public function getPart(id:String):Extension
Returns the part with the given id.
Parameters
| id:String — id of the part to return.
|
Returns | Extension — A part Extension with the given id.
|
public function getPartsFor(page:String):Array
Returns the parts declared for the given page.
Parameters
| page:String — page to get parts for.
|
Returns | Array — An array of part Extensions.
|
Fri Sep 10 2010, 10:44 AM -04:00