Package | Description |
---|---|
com.neurosys.content.service.publishers | |
com.neurosys.template.model |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPublishAdapter<ENTITY>
Certain methods that a good
IPublisherAdapter should follow in its implementation |
class |
CacheFlushPublishAdapter
Used to Flush an explicit
ContentDescriber and all its ContentFacet from the Cache. |
class |
ChainPublishAdapter<ENTITY>
Chain multiple
IPublisherAdapter s |
class |
SingleContentPerFacetPublishAdapter
This will take each
ContentFacet of ContentDescriber that is of type ContentType.HTML or ContentType.MARKUP or ContentType.TEXT
and publish a separate file for it. |
Modifier and Type | Method and Description |
---|---|
List<IPublisherAdapter<ENTITY>> |
ChainPublishAdapter.getAdapters() |
Modifier and Type | Method and Description |
---|---|
void |
ChainPublishAdapter.setAdapters(List<IPublisherAdapter<ENTITY>> adapters) |
Constructor and Description |
---|
ChainPublishAdapter(List<IPublisherAdapter<ENTITY>> adapters) |
Modifier and Type | Method and Description |
---|---|
IPublisherAdapter |
Template.getPublishAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
Template.setPublishAdapter(IPublisherAdapter publishAdapter) |
Copyright © 2018. All rights reserved.