Package com.axemble.vdoc.sdk.modules
Interface IBaseIndexationModule
- All Known Subinterfaces:
IIndexationModule
- All Known Implementing Classes:
IndexationModuleImpl
The base indexation module interface.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve a text extractor processorsanitizeContent
(String content) Sanitize contentMethods inherited from interface com.axemble.vdoc.sdk.modules.IModule
beginTransaction, beginTransaction, commitTransaction, commitTransaction, convertId, findNativeClass, generateSystemName, getAnonymous, getAnonymousContext, getContext, getContext, getContextByLogin, getElementFromExternalElement, getExternalElement, getExternalElement, getLoggedOnUser, getLoggedOnUserContext, getLoggedOnUserLanguage, getProtocolPath, getProtocolPath, getProtocolURI, getProtocolURI, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysadmin, getSysadminContext, getTranslation, getTranslationForLanguage, getTranslationKey, initialize, isTransactionActive, rollbackTransaction, rollbackTransaction, setTransactionTimeout, unInitialize
-
Method Details
-
retrieveTextExtractorProcessor
ITextExtractorProcessor retrieveTextExtractorProcessor()Retrieve a text extractor processor- Returns:
- the
ITextExtractorProcessor
-
sanitizeContent
Sanitize content- Parameters:
content
- the content- Returns:
- a string with JavaScript and DOM elements sanitized
-