Class Index | File Index

Classes


Class baja.VirtualPath


Extends baja.SlotPath.
Resolves Virtual Slot Paths.
Defined in: virt.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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
Class Detail
baja.VirtualPath()
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.

Documentation generated by JsDoc Toolkit 2.3.2