Class baja.LocalScheme
Extends
baja.OrdScheme.
Local Host ORD Scheme.
This scheme resolved to the local host. The local host represents the Station BajaScript is directly connected too.
Defined in: ord.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> |
| Field Attributes | Field Name and Description |
|---|---|
| <private> <static> |
baja.LocalScheme.DEFAULT
Default Local ORD Scheme instance.
|
- Fields borrowed from class baja.Object:
- equivalent, getIcon
| Method Attributes | Method Name and Description |
|---|---|
|
parse(schemeName, body)
Return an ORD Query for the scheme.
|
|
| <private> |
resolve(target, query, cursor, options)
Called when an ORD is resolved.
|
Field Detail
<private> <static>
baja.LocalScheme.DEFAULT
Default Local ORD Scheme instance.
Method Detail
{OrdQuery}
parse(schemeName, body)
Return an ORD Query for the scheme.
- Parameters:
- schemeName
- body
- Returns:
- {OrdQuery}
<private>
resolve(target, query, cursor, options)
Called when an ORD is resolved.
- Parameters:
- {ORDTarget} target
- the current ORD Target.
- {Object} query
- the ORD Query used in resolving the ORD.
- cursor
- the ORD Query List cursor used for helping to asynchronously resolve the ORD.
- {Object} options
- options used for resolving an ORD.