Class HTMLContentType

All Implemented Interfaces:
ContentType, ContentTypeDescriptor, MetadataDefinitionHolder, Model, ModelItemAccessor, ModelItemContainer, LogEnabled, PluginAware, Disposable, Configurable, Contextualizable, Serviceable, ThreadSafe

Deprecated.
Differences of RichText implementations are now managed by the RichTextRepositoryElementType and the HTMLRichTextRepositoryElementType
Type of content which is retrieved from a XML configuration. TODO document xml configuration ... Provides access based on rights and current workflow steps.

It used a configuration file with the following format:
  <restrict-to>
    [<right type="read|write" id="RIGHT_ID"/>]*   <!-- logical OR between several right id of the same type -->
    [<workflow type="read|write" step="3"/>]*   <!-- logical OR between several workflow step of the same type -->
    [<cannot type="read|write"/>]*
  </restrict-to>