This extension point provides a way to map URLs (Strings) entered in the internal Web browser to another URL. For instance, it can be user to map the word "eclipse" to "http://www.eclipse.org". a fully qualified identifier of the target extension point an optional identifier of the extension instance an optional name of the extension instance specifies a unique identifier for this extension point specifies the fully qualified name of the Java class that implements <samp>IURLMap</samp>. The following is an example of a URL map extension point: <p> <pre> <extension point="org.eclipse.webbrowser.urlMap"> <startup id="com.example.ExampleIdentifier" class="com.example.ExampleURLMap"/> </extension> </pre> </p> Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.webbrowser.IURLMap</b>. Copyright (c) 2000, 2003 IBM Corporation and others.<br> All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>