public abstract class AbstractPublishAdapter<ENTITY> extends Object implements IPublisherAdapter<ENTITY>
IPublisherAdapter should follow in its implementation| Modifier and Type | Field and Description |
|---|---|
protected ContentFilterService |
contentFilter |
| Constructor and Description |
|---|
AbstractPublishAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
filterContentAndApplyDefault(FacetMeta facetMeta,
AbstractContentFacet facet)
Filter content using
ContentFilterService.filterContent(String, FacetMeta)TODO: Add Unit Test |
ContentFilterService |
getContentFilter() |
void |
setContentFilter(ContentFilterService contentFilter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublishActions@Autowired @Qualifier(value="defaultContentFilter") protected transient ContentFilterService contentFilter
protected String filterContentAndApplyDefault(FacetMeta facetMeta, AbstractContentFacet facet)
ContentFilterService.filterContent(String, FacetMeta)ContentModelpublic ContentFilterService getContentFilter()
public void setContentFilter(ContentFilterService contentFilter)
Copyright © 2018. All rights reserved.