webapp

Identifier: org.eclipse.help.webapp

Since: 2.1

Description: Internal extension point for registering the name of the help web application plugin.

It is assumed that the web application root is the plugin directory

Configuration Markup:

   <!ELEMENT extension (webapp)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT webapp EMPTY>

   <!ATTLIST webapp
     default (true | false) "false"
   >

Examples: The following is a sample usage of the webapp extension point:

<extension point="org.eclipse.help.webapp">
      <webapp default="true" />
</extension>

API Information: There is no API to implement. The plugin must be structured as a standard web application.

Supplied Implementation: The Eclipse Platform provides the default implementation in the org.eclipse.help.webapp plugin.

Copyright (c) 2000, 2003 IBM Corporation and others.
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 http://www.eclipse.org/legal/cpl-v10.html