Modifier and Type | Class and Description |
---|---|
class |
Comment
Comment
A {Topic + id} should be unique |
Modifier and Type | Method and Description |
---|---|
Content |
CommentFacet.getContent() |
Modifier and Type | Method and Description |
---|---|
void |
CommentFacet.setContent(Content comment) |
void |
CommentAttribute.setEntity(Content entity) |
Modifier and Type | Class and Description |
---|---|
class |
ContentAuthorSearchPanel<C extends Content>
Allow Search for content, and
ContentAuthorSearchPanel.notifyAllListeners(List) with search result , i.e List of ContentDescriber s
Since this implements ChangeGenerator ; it will also generate Events of TypeEntry<AjaxRequestTarget,List<C>>
TODO: Extend a TemplateSearchParams and See ProductListingPanel .addSearchpanel, to make the Search options more Dynamic / extendable
Looks for additional beans on Spring context: contentSearchFieldTypeMapping - Map of field category Name, to List of Strings, which map to entity fields |
class |
ContentHistoryPanel<C extends Content>
A default implementation of Basic Content History; howver can be overridden and replaced by more sophisticated options with version control etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContentSource<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Defines a Content Source
|
interface |
HierarchyContentSource<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Describes a Content Source / Adapter (DAO) that can fetch content
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentAlias<C extends Content>
A mapping to allow a
ContentDescriber to belong to multiple Categories (under different parents) with alternate properties for that mapping if required. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContent<CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
class |
ContentDescriber
Describes Content and is identified by a unique identifier.
|
Modifier and Type | Method and Description |
---|---|
Content |
Content.clone() |
abstract Content |
AbstractContentFacet.getContent() |
Content |
ContentAttribute.getContent() |
Content |
ContentAttribute.getEntity() |
Modifier and Type | Method and Description |
---|---|
void |
ContentFacet.setContent(Content content) |
abstract void |
AbstractContentFacet.setContent(Content content) |
void |
ContentAttribute.setEntity(Content entity) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentLookupService<C extends Content>
Common operations on
Content Lookup |
Modifier and Type | Class and Description |
---|---|
class |
ContentContext<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Define the context for the content.
|
interface |
GenericContentService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
class |
GenericContentServiceImpl<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet> |
Modifier and Type | Class and Description |
---|---|
class |
ContentQueryService<C extends Content<CA,CF>,CA extends AbstractContentAttribute,CF extends AbstractContentFacet>
Web Service Layer to Query
ContentDescriber Database |
Modifier and Type | Class and Description |
---|---|
class |
FacetToJson<C extends Content>
Handle special parts of Product that need to be marshalled to String + remove/filter any unwanted attributes
Convert Product to JSON & also specially handle the size attribute and marshal it to
|
Modifier and Type | Method and Description |
---|---|
void |
SingleContentPerFacetPublishAdapter.publishActions(Template template,
Content content)
Public the given
ContentDescriber in the context of the provided Template
By default the following ContentType are processed:
ContentType.MARKUP
ContentType.HTML
ContentType.SAFE_HTML
ContentType.MARKUP_SCRIPT
ContentType.TEXT
ContentType.XML
... |
Modifier and Type | Class and Description |
---|---|
class |
TemplatePage<T extends Template<?>,C extends Content>
Allow Templates to be switched for Pages.
|
Modifier and Type | Field and Description |
---|---|
protected C |
TemplatePage.contentDesc |
Modifier and Type | Class and Description |
---|---|
class |
Post
Blog Post
|
Modifier and Type | Method and Description |
---|---|
void |
PostFacet.setContent(Content content) |
void |
PostAttribute.setEntity(Content entity) |
Copyright © 2018. All rights reserved.