Class orion.commands.URLBinding
				
				
			
				
				
				
					
Defined in:  </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/commandRegistry.js>.
				
			
| 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 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
					
				
				
				
				
				
					
						
					
					
					
					
					
					
					
			
					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