org.tigris.eyebrowse
Interface ContentTypePreference

All Known Implementing Classes:
LuceneIndexer.IndexerCtPref

public interface ContentTypePreference

ContentTypePreference A interface used by flattenMessage in MailUtil to determine which body parts to select, and in the case of mime/alternative body parts, which to select. The preference method is called for each body part, which returns an integer. Body parts with a zero preference value are not present in the flattened message. For multipart/alternative body parts, the part with the highest preference value is used.

Since:
1.0
Author:
Brian Goetz - Quiotix Corp

Method Summary
 int preference(org.tigris.eyebrowse.MimePart part)
           
 

Method Detail

preference

public int preference(org.tigris.eyebrowse.MimePart part)


Copyright © 2000 Quiotix Corp. All Rights Reserved.