Class Index | File Index

Classes


Class orion.PageLinks

Utilities for reading orion.page.link services.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/PageLinks.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Utilities for reading orion.page.link services.
Method Summary
Method Attributes Method Name and Description
<static>  
orion.PageLinks.getOrionHome()
Returns the value of the {OrionHome} variable.
<static>  
orion.PageLinks.getPageLinksInfo(serviceRegistry, serviceName)
Reads metadata from an orion.page.xxxxx service extension.
Class Detail
orion.PageLinks()
Utilities for reading orion.page.link services.
Method Detail
<static> {String} orion.PageLinks.getOrionHome()
Returns the value of the {OrionHome} variable.
Returns:
{String} The value of the {OrionHome} variable.

<static> {orion.Promise} orion.PageLinks.getPageLinksInfo(serviceRegistry, serviceName)
Reads metadata from an orion.page.xxxxx service extension.
Parameters:
{orion.ServiceRegistry} serviceRegistry
The service registry.
{String} serviceName Optional, Default: "orion.page.link"
Service name to read extensions from.
Returns:
{orion.Promise} A promise that resolves to an orion.PageLinks.PageLinksInfo object.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:24 GMT-0400 (EDT)