webapp

org.eclipse.help.base.webapp

3.0 (originally added in release 2.1 as org.eclipse.help.webapp)

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

<!ELEMENT extension (webapp)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT webapp EMPTY>

<!ATTLIST webapp

default (true | false) "false">


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

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

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

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