Class baja.VirtualPath
Extends
baja.SlotPath.
Resolves Virtual Slot Paths.
Defined in: virt.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
Return the scheme used with this SlotPath.
|
|
|
Return the scheme name for the SlotPath.
|
|
| <static> |
baja.VirtualPath.isValidName(nm)
Return whether the slot name is valid.
|
|
isValidPathName(pathName)
Return whether the specified path name is valid.
|
|
| <private> |
makeSlotPath(query)
Make a Slot Path.
|
- Methods borrowed from class baja.SlotPath:
- depth, getBackupDepth, isAbsolute, merge, nameAt, normalize
- Methods borrowed from class OrdQuery:
- getBody, isHost, isSession, toString
Method Detail
{baja.OrdScheme}
getScheme()
Return the scheme used with this SlotPath.
- Returns:
- {baja.OrdScheme}
{String}
getSchemeName()
Return the scheme name for the SlotPath.
- Returns:
- {String}
<static>
{Boolean}
baja.VirtualPath.isValidName(nm)
Return whether the slot name is valid.
- Parameters:
- {String} nm
- the name to validate.
- Returns:
- {Boolean} true if the slot name is valid.
{Boolean}
isValidPathName(pathName)
Return whether the specified path name is valid.
- Parameters:
- {String} pathName
- the path name to validate.
- Returns:
- {Boolean} true if the slot name is valid.
<private>
{baja.VirtualPath}
makeSlotPath(query)
Make a Slot Path.
- Parameters:
- {Object} query
- the ORD Query used in resolving the ORD.
- Returns:
- {baja.VirtualPath} the new Slot Path.