Packageorg.spicefactory.parsley.core.factory
Interfacepublic interface FactoryRegistry
Implementors LegacyFactoryRegistry
Deprecated: Please Use org.spicefactory.parsley.core.bootstrap.ServiceRegistry



Public Properties
 PropertyDefined By
  messageRouter : MessageRouterFactory
[read-only]
FactoryRegistry
  messageSettings : MessageSettings
[read-only]
FactoryRegistry
  scopeExtensions : ScopeExtensionRegistry
[read-only]
FactoryRegistry
  viewManager : ViewManagerFactory
[read-only]
FactoryRegistry
  viewSettings : ViewSettings
[read-only]
FactoryRegistry
Property Detail
messageRouterproperty
messageRouter:MessageRouterFactory  [read-only]


Implementation
    public function get messageRouter():MessageRouterFactory
messageSettingsproperty 
messageSettings:MessageSettings  [read-only]


Implementation
    public function get messageSettings():MessageSettings
scopeExtensionsproperty 
scopeExtensions:ScopeExtensionRegistry  [read-only]


Implementation
    public function get scopeExtensions():ScopeExtensionRegistry
viewManagerproperty 
viewManager:ViewManagerFactory  [read-only]


Implementation
    public function get viewManager():ViewManagerFactory
viewSettingsproperty 
viewSettings:ViewSettings  [read-only]


Implementation
    public function get viewSettings():ViewSettings