PlatformRuntime

Default runtime module that exposes components for use by the injector.

More...

Members

Aliases

UTParam
alias UTParam = Tuple!(string, "name", uing, "age")
Undocumented in source.

Functions

getExtensionsManager
ExtensionsManager getExtensionsManager()
Undocumented in source. Be warned that the author may not have intended to support it.
getPluginLoader
PluginLoader getPluginLoader()
Undocumented in source. Be warned that the author may not have intended to support it.
getResourceContentProvider
ResourceContentProvider getResourceContentProvider()
Undocumented in source. Be warned that the author may not have intended to support it.
getResourceValidator
ResourceValidator getResourceValidator()
Undocumented in source. Be warned that the author may not have intended to support it.
getURIResolver
URIResolver getURIResolver()
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkflowRunner
WorkflowRunner getWorkflowRunner()
Undocumented in source. Be warned that the author may not have intended to support it.
registerAppDependencies
void registerAppDependencies(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
registerPlatformDependencies
void registerPlatformDependencies(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin registerComponent!(PlatformRuntime!UTParam)
Undocumented in source.

Inherited Members

From PlatformComponents

getURIResolver
URIResolver getURIResolver()
Undocumented in source.
getResourceValidator
ResourceValidator getResourceValidator()
Undocumented in source.
getResourceContentProvider
ResourceContentProvider getResourceContentProvider()
Undocumented in source.
getWorkflowRunner
WorkflowRunner getWorkflowRunner()
Undocumented in source.
getPluginLoader
PluginLoader getPluginLoader()
Undocumented in source.
getExtensionsManager
ExtensionsManager getExtensionsManager()
Undocumented in source.

Detailed Description

So, for example, to access a PluginLoader: ` PluginLoader loader = resolveInjector!PluginLoader; `

Meta