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.
-
class - The filter class which processes the output stream.
-
priority - An integer value. Filters with lower values are applied before filters with higher values.
Copyright (c) 2008 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at
https://www.eclipse.org/legal/epl-v10.html