Interface | Description |
---|---|
IPublisherAdapter<ENTITY> |
Wraps the service activities of consolidating content/entity, preparing data-maps, calling a
Publisher and refreshing the Cache for
ContentExtractor for items that are being refreshed/replaced in the publish activity. |
Publisher<T,CONTEXT> |
Publish/Print input content into an output medium, given a template.
|
Class | Description |
---|---|
AbstractPublishAdapter<ENTITY> |
Certain methods that a good
IPublisherAdapter should follow in its implementation |
CacheFlushPublishAdapter |
Used to Flush an explicit
ContentDescriber and all its ContentFacet from the Cache. |
ChainPublishAdapter<ENTITY> |
Chain multiple
IPublisherAdapter s |
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. |
VelocityContentPublisher |
A
Publisher that uses Velocity to publish HTML files. |
Copyright © 2018. All rights reserved.