Interface | Description |
---|---|
ContentPathConstructor |
Defines an API capable of constructing WEB URL's required to access Content.
|
ContentService |
Defines A content service provider
|
GenericContentService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
Class | Description |
---|---|
CategoryContentPathTransformer |
Uses
ContentPathConstructor.encodeUrlSafeName(String) to encode it to know the actual URL path |
ContentAutoNav<C extends AbstractContent> | |
ContentContext<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
Define the context for the content.
|
ContentFilterService |
Common service actions required over Data fields used by various types of
Templates .The filterations process applies encoding any custom FacetMeta.ATTRIB_FILTER and finally applies FacetMeta.getDisplayTransformer() to return the polished content. |
ContentPathTransformer |
Uses
ContentPathConstructor.encodeUrlSafeName(String) to encode it to know the actual URL path |
ContentServiceImpl | Deprecated |
ContentUtils |
Utils for Content pre & post processing
|
DefaultContentPathConstructor |
Default implementation for
ContentPathConstructor |
GenericContentServiceImpl<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> | |
GenericHierarchyContentServiceImpl<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
Generic services for
AbstractContent (which is a HierarchialDomainObject )00000
This class will also generate Event with are Object[] Since this implements ChangeGenerator ; it will also generate Events of TypeObject[]{"save", content} Object[]{"new-content", content, sequence as Integer} Object[]{"publish", published-content, source-content, path as String} Object[]{"unpublish", content, published path as String} Object[]{"move", content, newParent, sequence as Integer, movedRelatedContent as Map <Status, C> }
Object[]{"update-content-status", String name, Locale locale, Status oldStatus, Status newStatus}
Object[]{"delete-subhierarchy", node as C}
Object[]{"after-delete", name}
Object[]{"save-facet", CF}
Object[]{"clones", original content, clones as List of Content}
|
MountPathReLoader<T> |
It Creates mount paths and also updates mount-paths in application.
|
Copyright © 2018. All rights reserved.