@Component(value="FSContentExtractor") @Deprecated public class FSContentExtractor extends Object implements ContentExtractor<URI,String>
ContentExtractor to extract content from the files from a local
File SystemCONTENT_PUBLISH_CACHE_NAME, PRODUCT_LOOKUP_CACHE_NAME, PRODUCT_SEARCH_CACHE_NAME, TEMPLATEPAGE_MAPPING_CACHE_NAME| Constructor and Description |
|---|
FSContentExtractor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent(URI location,
ContentContext context)
Deprecated.
Get Content.
|
@Cacheable(key="#location.toString()",
condition="(#location!=null and #context!=null and T(com.neurosys.content.domain.Status).PUBLISH == #context.status)",
value="publishContent")
public String getContent(URI location,
ContentContext context)
throws IOException
ContentExtractorExecutionPreventedException if for some environmental reason
publishing was explicitly prevented.getContent in interface ContentExtractor<URI,String>IOExceptionCacheable}(key="#location.toString()",
condition="(#location!=null and #context!=null and T(com.neurosys.content.domain.Status).PUBLISH == #context.status)",
value="publishContent")Copyright © 2018. All rights reserved.