Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire