Package nl.gx.webmanager.services.contentrepresentation
This package contains the interfaces which are needed for the representation of content items
such as
PageVersion
s.-
Interface Summary Interface Description ContentRepresentation This type is an immutable representation of a content item.ContentRepresentationEntry This type is an immutable representation of an entry of a content item.ContentRepresentationReferenceEntry This type is an immutable representation of an entry of a content item which is a reference to other content items.ContentRepresentationValueEntry This type is an immutable representation of a simple value entry of a content item.RepresentationGenerator<T> This type contains functionality to create abstract representations of content items of a given type.RepresentationGeneratorService This is the OSGi service interface of a registry ofRepresentationGenerator
instances. -
Class Summary Class Description ContentRepresentations This is a utility class to createContentRepresentation
instances andContentRepresentationEntry
instances via the#create(String, Collection)
,ContentRepresentations.createEntry(String, List)
andContentRepresentations.createRefEntry(String, List)
methods respectively. -
Exception Summary Exception Description ContentRepresentationException This type is an exception class for the content representation packages.