|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Converter | |
| com.arsdigita.search.converter | |
| Uses of Converter in com.arsdigita.search.converter |
| Classes in com.arsdigita.search.converter that implement Converter | |
class |
BaseConverter
This class provides the mechanism to perform a conversion from Excel to standard text |
class |
ExcelConverter
This class provides the mechanism to perform a conversion from Excel to standard text |
class |
OOConverter
This class provides the mechanism to perform a conversion from OpenOffice files to standard text. |
class |
PDFConverter
This class provides the mechanism to perform a conversion from PDF to standard text |
class |
TextConverter
this class exists to ensure that text attachments are also indexed. |
class |
WordConverter
This class provides the mechanism to perform a conversion from Word to standard text |
| Methods in com.arsdigita.search.converter that return Converter | |
static Converter |
ConverterRegistry.getConverter(MimeType mimeType)
This will return the appropriate converter, if one has been registered. |
| Methods in com.arsdigita.search.converter with parameters of type Converter | |
static void |
ConverterRegistry.registerConverter(Converter converter,
MimeType[] mimeTypes)
Initializers should register their converters here. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||