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 like a standard web application.

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