Content Filter

Identifier:
org.eclipse.help.webapp.contentFilter

Since:
3.4

Description:
This extension point allows for additional preprocessing of documents served by the help system to modify the content before it is seen by the user. This is accomplished by defining an output filter which will apply to the output stream when reading a page. More than one filter can be defined.

Configuration Markup:

<!ELEMENT extension (filter+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT filter EMPTY>

<!ATTLIST filter

class    CDATA #REQUIRED

priority CDATA "1">

A filter which will be applied to the output files served from the help server and can be used to modify the contents sent to the client.




Copyright (c) 2008 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/ SPDX-License-Identifier: EPL-2.0