com.raritantechnologies.endeca.contentAssembler
Interface IContentItemFilter

All Superinterfaces:
IConfigurable

public interface IContentItemFilter
extends IConfigurable

Interface for a configurable ContentItem Filter - to do post-processing of a Endeca Content Assembler ContentItem.


Method Summary
 ContentItem filterContentItem(ContentItem contentItem)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

filterContentItem

public ContentItem filterContentItem(ContentItem contentItem)