Modifier and Type | Class and Description |
---|---|
class |
Comment
Comment
A {Topic + id} should be unique |
Modifier and Type | Class and Description |
---|---|
class |
ContentDetailsPageForm<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
A
Form to represent a C . |
Modifier and Type | Class and Description |
---|---|
class |
ContentDetailsPanel<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
This panel defines details related to a
ContentDescriber
and its related CA & CF
We can extend the Actions available by configuration by defining the following optional beans in Spring: contentExtraActions : List of FacetMeta for ContentDescriber Level Actions
contentFacetExtraActions: List of FacetMeta for CF Level Actions
Example: |
class |
ContentDetailsTemplatePanel<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Represent the
C#getAttributes() that match AbstractContentTemplate.getMetaDataFacets() . |
class |
ContentFacetAjaxSaveBehavior<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Define a
EditorAjaxSaveBehavior for ContentFacet type data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentHierarchyDaoImpl<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Default JPA implementation for
ContentDao
TODO: All locale based code is based on getLocale() .Language. |
Modifier and Type | Class and Description |
---|---|
class |
ContentDescriber
Describes Content and is identified by a unique identifier.
|
Modifier and Type | Method and Description |
---|---|
AbstractContent |
AbstractContent.clone() |
Modifier and Type | Class and Description |
---|---|
class |
ContentCategoryLookup<C extends AbstractContent>
Lookup a Category to get Category
Product by using any unique field in it
It also caches the result |
class |
DefaultContentLookupService<C extends AbstractContent> |
Modifier and Type | Class and Description |
---|---|
class |
ContentAutoNav<C extends AbstractContent>
|
class |
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}
|
Modifier and Type | Class and Description |
---|---|
class |
ContentModel<T,C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Describes generic Content Model
|
class |
MarkupContentModel<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
A Content Model; based on raw markup content (picked from data source).
|
class |
PublishableMarkupContentModel<C extends AbstractContent<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
A Content Model; based on published content (picked from a location(s)).
|
Modifier and Type | Field and Description |
---|---|
protected C |
ContentModel.contentDescriber |
Modifier and Type | Class and Description |
---|---|
class |
PublishTemplatePage<T extends Template<?>,C extends AbstractContent<?,?>>
A Simple implementation of the
TemplatePage , which allows for the following of Status .PUBLISH or Status .PREVIEW'd info:
Header Markup (htmlHeadContent - PublishContentPanel )
Main HTML Content for the Body (htmlMainBodyContent - PublishContentPanel ); body content supplied by bean in Spring by name publishableContentModel i.e. |
Modifier and Type | Class and Description |
---|---|
class |
ContentPagesToRSS2Items<C extends AbstractContent> |
Modifier and Type | Class and Description |
---|---|
class |
ContentPagesToSiteMapItems<C extends AbstractContent> |
Modifier and Type | Class and Description |
---|---|
class |
ContentNameConsumer<C extends AbstractContent>
In some projects for content pages they do not want _ to appear in Name, hence links.
|
Modifier and Type | Class and Description |
---|---|
class |
Post
Blog Post
|
Copyright © 2018. All rights reserved.