Processing Help Content

The Eclipse help system performs preprocessing on html and xhtml pages to add breadcrumbs and JavaScript. The processing is performed by output filter which operate on the output stream. Eclipse has an extension point to allow user defined filters to be added. This can be used for example to inject javascript into every help page. See the extension point org.eclipse.help.webapp.contentFilter for more information.