Class Index | File Index

Classes


Class orion.commands.URLBinding


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.commands.URLBinding(token, parameterName)
A URL binding defines how a URL token is bound to a command, and what parameter is provided
Method Summary
Method Attributes Method Name and Description
 
match(url)
Returns whether this URL binding matches the given URL
Class Detail
orion.commands.URLBinding(token, parameterName)
A URL binding defines how a URL token is bound to a command, and what parameter is provided
Parameters:
{String} token
the token in a URL query parameter that identifies the command
{String} parameterName
the name of the parameter being specified in the value of the query
Method Detail
{Boolean} match(url)
Returns whether this URL binding matches the given URL
Parameters:
url
the URL.
Returns:
{Boolean} whether this URL binding matches

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