Class idx.app.registry

Class that wraps all the JSON UI registry. Most often, this registry is a file that resides inside the war (registry.json).
Defined in: <idx\app\registry.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
idx.app.registry.data 
Data from JSON registry of all remote UI metadata including URLs
<static>  
idx.app.registry.href 
URL for JSON registry of all remote UI metadata including URLs

Method Summary

Method Attributes Method Name and Description
<static>  
idx.app.registry.getData()
Data accessor.
<static>  
idx.app.registry.load()
Load method Fetches registry data synchronously from well known location specified in idx_app_registry.href, which caller can set.

Constructor Detail

idx.app.registry()

Field Detail

<static> {Object} idx.app.registry.data

Data from JSON registry of all remote UI metadata including URLs
Default Value:
null

<static> idx.app.registry.href

URL for JSON registry of all remote UI metadata including URLs
Default Value:
"./data/registry.json"

Method Detail

<static> {Object} idx.app.registry.getData()

Data accessor. Returns data. If not loaded, the first loads it synchronously.
Returns:
{Object} data

<static> idx.app.registry.load()

Load method Fetches registry data synchronously from well known location specified in idx_app_registry.href, which caller can set.