| Name | Description | Type | Package | Framework |
| CmfProperty | This class extends ConstrainedProperty to provide additional constraints that are specific for the content management framework (CMF). | Class | com.uwyn.rife.cmf | Rife |
| CmfPropertyValidationRule | This abstract class extends the PropertyValidationRule class to provide common functionality that is useful for all concrete CMF | Class | com.uwyn.rife.cmf.validation | Rife |
| CmfValidation | This class extends Validation to create additional ValidationRules that correspond to CMF constraints. | Class | com.uwyn.rife.cmf | Rife |
| Content | Contains the information required to store new content data together with additional meta-data. | Class | com.uwyn.rife.cmf | Rife |
| ContentDataUser | Class | com.uwyn.rife.cmf.dam | Rife | |
| ContentInfo | This class represents all the information that is stored in the backend about a certain Content instance. | Class | com.uwyn.rife.cmf | Rife |
| ContentLoader | This is an abstract class that needs to be extended by all the classes that are able to load raw data and converted it to a common internal type. | Class | com.uwyn.rife.cmf.loader | Rife |
| ContentLoaderBackend | This is an interface that should be implemented by all content loader All content loader back-ends that are fronted by the same ContentLoader should handle the same InternalType, which is | Interface | com.uwyn.rife.cmf.loader | Rife |
| ContentManager | A ContentManager manages content that is stored in a back-end Content is isolated in repositories that should have unique names. | Interface | com.uwyn.rife.cmf.dam | Rife |
| ContentManagerException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| ContentQueryManager | The ContentQueryManager simplifies working with content a lot. | Class | com.uwyn.rife.cmf.dam | Rife |
| ContentRepository | Contains the information that's required to describe a content repository. | Class | com.uwyn.rife.cmf | Rife |
| ContentStore | A ContentStore stores the actual content data and is responsible for managing it. | Interface | com.uwyn.rife.cmf.dam | Rife |
| ContentTransformer | This interface defines the API that has to be implemented by classes that are capable of transforming content data after it's initially loaded. | Interface | com.uwyn.rife.cmf.transform | Rife |
| DatabaseContent | Class | com.uwyn.rife.cmf.dam.contentmanagers | Rife | |
| DatabaseContentFactory | Class | com.uwyn.rife.cmf.dam.contentmanagers | Rife | |
| DatabaseContentInfo | This class adds additional properties to the ContentInfo class to be able to store the data in a datab. | Class | com.uwyn.rife.cmf.dam.contentmanagers | Rife |
| DatabaseContentStore | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseImageStore | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseImageStoreFactory | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseRawStore | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseRawStoreFactory | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseTextStore | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DatabaseTextStoreFactory | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| DeleteContentDataErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| ExpectedMimeTypeConstraintException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| ExpectedOrdinalConstraintException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| FormatException | Class | com.uwyn.rife.cmf.format.exceptions | Rife | |
| Formatter | Formats raw data according to the information that's provided by a Content instance. | Interface | com.uwyn.rife.cmf.format | Rife |
| HasContentDataErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| ImageContentLoader | Loads raw content as image data. | Class | com.uwyn.rife.cmf.loader | Rife |
| ImageContentLoaderBackend | This is an abstract class that should be implemented by all image content The load method simply checks the | Class | com.uwyn.rife.cmf.loader | Rife |
| ImageContentTransformer | This interface defines the API that has to be implemented by classes that are capable of transforming image content data after | Interface | com.uwyn.rife.cmf.transform | Rife |
| ImageFormatter | Formats raw Content data as an image. | Class | com.uwyn.rife.cmf.format | Rife |
| ImageIOLoader | This is an image loader back-end that uses ImageIO to load image files. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| ImageJLoader | This is an image loader back-end that uses ImageJ to load TIFF files, if its classes are present in the classpath. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| ImageroReaderLoader | This is an image loader back-end that uses ImageroReader to load image files, if its classes are present in the classpath. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| InstallContentErrorException | Class | com.uwyn.rife.cmf.dam.contentmanagers.exceptions | Rife | |
| InstallContentStoreErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| InvalidContentDataTypeException | Class | com.uwyn.rife.cmf.format.exceptions | Rife | |
| InvalidOrdinalRestrictionTypeException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| InvalidOrdinalTypeException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| JaiLoader | This is an image loader back-end that uses Java Advanced Imaging to load image files, if its classes are present in the classpath. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| Jdk14Loader | Class | com.uwyn.rife.cmf.loader.xhtml | Rife | |
| JimiLoader | This is an image loader back-end that uses Jimi to load image files, if its classes are present in the classpath. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| JMagickLoader | This is an image loader back-end that uses JMagick to load image files, if its classes are present in the classpath. | Class | com.uwyn.rife.cmf.loader.image | Rife |
| MimeType | This is a typed enumeration of all the mime types that the content management framework specifically knows about. | Class | com.uwyn.rife.cmf | Rife |
| MissingDatasourceException | Class | com.uwyn.rife.cmf.elements | Rife | |
| MissingIdentifierValueException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| OrdinalManager | This class makes it possible to easily manage an integer ordinal column that is typically used to determine the order of the rows in a specific | Class | com.uwyn.rife.cmf.dam | Rife |
| OrdinalManager .Direction | Fields inherited from class com. | Class | com.uwyn.rife.cmf.dam.OrdinalManager | Rife |
| OrdinalRestrictionCantBeNullException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| PlainTextFormatter | Formats plain test Content data. | Class | com.uwyn.rife.cmf.format | Rife |
| RawContentStream | Class | com.uwyn.rife.cmf.dam.contentstores | Rife | |
| RawContentTransformer | This interface defines the API that has to be implemented by classes that are capable of transforming raw content data after it's initially loaded. | Interface | com.uwyn.rife.cmf.transform | Rife |
| RawFormatter | Formats raw Content data. | Class | com.uwyn.rife.cmf.format | Rife |
| RemoveContentErrorException | Class | com.uwyn.rife.cmf.dam.contentmanagers.exceptions | Rife | |
| RemoveContentStoreErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| RetrieveSizeErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| ServeContent | Class | com.uwyn.rife.cmf.elements | Rife | |
| StoreContentDataErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| SupportedImage | A validation rule that checks if the data in a property is able to be loaded as a supported image format without errors. | Class | com.uwyn.rife.cmf.validation | Rife |
| Supported | A validation rule that checks if the data in a property is able to be loaded as supported and valid xhtml without errors. | Class | com.uwyn.rife.cmf.validation | Rife |
| TextContentTransformer | This interface defines the API that has to be implemented by classes that are capable of transforming text content data | Interface | com.uwyn.rife.cmf.transform | Rife |
| UnexpectedConversionErrorException | Class | com.uwyn.rife.cmf.format.exceptions | Rife | |
| UnknownConstrainedPropertyException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| UnknownContentRepositoryException | Class | com.uwyn.rife.cmf.dam.contentmanagers.exceptions | Rife | |
| UnknownOrdinalException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| UnknownOrdinalRestrictionException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |
| UnreadableDataFormatException | Class | com.uwyn.rife.cmf.format.exceptions | Rife | |
| UnsupportedMimeTypeException | Class | com.uwyn.rife.cmf.dam.contentmanagers.exceptions | Rife | |
| UnsupportedTargetMimeTypeException | Class | com.uwyn.rife.cmf.format.exceptions | Rife | |
| UseContentDataErrorException | Class | com.uwyn.rife.cmf.dam.contentstores.exceptions | Rife | |
| WrongConstrainedPropertyVariantException | Class | com.uwyn.rife.cmf.dam.exceptions | Rife | |