Removed Java Beans

The recommended way to create images, links and media objects in Content Engine 5.x is to create binary content items. neo.xredsys.api.Image, neo.xredsys.api.Link and neo.xredsys.api.Media were removed in Content Engine 5.1. The presentation representations of these objects have now been removed as well.

The following Java beans have been removed:

  • neo.xredsys.presentation.PresentationRelationImage

  • neo.xredsys.presentation.PresentationRelationImageAdapter

  • neo.xredsys.presentation.PresentationRelationImageHelper

  • neo.xredsys.presentation.PresentationRelationLink

  • neo.xredsys.presentation.PresentationRelationMedia

All usage of these beans must be replaced by the use of binary content items. A binary content item is a content item containing a link field, which in turn contains a reference to a binary object such as an image file. For further information, see the Escenic Content Engine Template Developer Guide.