Packagepotomac.ui
Classpublic class PartExtensionManager
InheritancePartExtensionManager Inheritance Object

PartExtensionManager helps Page instances gather part extensions for creation.



Public Methods
 MethodDefined By
  
Callers should not construct PartExtensionManager instance.
PartExtensionManager
  
getPart(id:String):Extension
Returns the part with the given id.
PartExtensionManager
  
getPartsFor(page:String):Array
Returns the parts declared for the given page.
PartExtensionManager
Constructor Detail
PartExtensionManager()Constructor
public function PartExtensionManager(bundleService:IBundleService, injector:Injector)

Callers should not construct PartExtensionManager instance. PartExtensionManager is available for injection.

Parameters
bundleService:IBundleService
 
injector:Injector
Method Detail
getPart()method
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.
getPartsFor()method 
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.