Package com.cassinidivision.oce.content

A business framework for modelling arbitrary content classes (structure, behaviour and interactions), in a presentation-independent manner.

See:
          Description

Class Summary
C_Attribute A class for storing arbitrary tagged information (metadata, xml attribute key-value pairs etc) for given content.
C_Content An abstract EO entity class for representing an arbitrary item of content.
C_ContentContainer An abstract class for representing hierarchical content, which can have children and other items of content contained within it.
C_ContentHyperlink A content class representing a hyperlink, whose target is another item of content in the database.
C_Directory Hierarchical content class representing directories, which may contain features and other directories as children.
C_ExternalHyperlink Class for representing hyperlinks to arbitrary external destinations.
C_Feature A class for representing a collection of content pages.
C_FeaturePage Class representing a page of content within a feature.
C_Hyperlink An abstract class incorporating common functionality for dealing with hyperlinks in content in general.
C_Image A class storing information about given images.
C_LeafContent An abstract class for all types of embedded content within hypertext.
C_MetaSection A class for representing arbitrary groupings or classifications of features, independent of location or styling details.
C_PageComponent A class representing an individual building-block of content (component) on a page.
C_PageVersion A class representing a version of a content page.
C_RootDirectory A class representing the single root directory in the content hierarchy.
C_TextContent A class representing a chunk of hypertext in a page component (corresponding to a named niche).
XMLDummyObject This class represents a null content placeholder, for use during XML imports.
XMLParser This class parses content in an internal XML format from a file or string, pushing all created objects into a designated target parent.
XMLSerializationController This class controls the XML import/export process for the content framework.
 

Exception Summary
C_ContentException General OCE content exception class.
 

Package com.cassinidivision.oce.content Description

A business framework for modelling arbitrary content classes (structure, behaviour and interactions), in a presentation-independent manner.