FolderFactory creates folders for Page instances. FolderFactory is available for injection.
public function FolderFactory(injector:Injector, bundleService:IBundleService)
Callers should not construct FolderFactory's. FolderFactory is available for injection.
Parameters public function createFolder(type:String, defaultType:String):Folder
Creates a folder of the given type or the defaultType is there is no
FolderType extension for the given type.
Parameters
| type:String — folder type to create
|
| |
| defaultType:String — default type if the primary folder type is not found.
|
Returns
Fri Sep 10 2010, 10:44 AM -04:00