Content Pipeline Guide > Java Reference > Interfaces > FilterAdapter
  
FilterAdapter
The FilterAdapter interface combines the SAXInterfaceProvider and FilterControl interfaces. Objects that act as filter adapters must implement this interface. The adapaterClass attribute for a FilterDef element in a CCF file must implement this interface.
public interface FilterAdapter extends SAXInterfaceProvider,
FilterControl {
}