Content Filters

Identifier:
org.eclipse.wst.internet.monitor.core.contentFilters

Since:
1.0

Description:
This extension point is used to filter content received in a monitor.

Configuration Markup:

<!ELEMENT extension (filter+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT filter EMPTY>

<!ATTLIST filter

id    CDATA #REQUIRED

class CDATA #REQUIRED

name  CDATA #REQUIRED

order CDATA #IMPLIED>


Examples:
The following is an example of a content filter extension point:

   <extension
         point="org.eclipse.wst.internet.monitor.core.contentFilter">
      <filter
            id="com.example.ExampleIdentifier"
            name="%exampleName"
            class="com.example.ExampleContentFilter"/>
   </extension>


Copyright (c) 2003, 2005 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 http://www.eclipse.org/legal/epl-v10.html