-
public interface ResourceContentIteratorFactoryCreates a Content.Iterator instance for the Resource, starting from the given Locator.
Returns null if the resource media type is not supported.
-
-
Method Summary
Modifier and Type Method Description abstract Content.Iteratorcreate(Manifest manifest, PublicationServicesHolder servicesHolder, Integer readingOrderIndex, Resource resource, MediaType mediaType, Locator locator)Creates a Content.Iterator instance for the resource, starting from the given locator. -
-
Method Detail
-
create
abstract Content.Iterator create(Manifest manifest, PublicationServicesHolder servicesHolder, Integer readingOrderIndex, Resource resource, MediaType mediaType, Locator locator)
Creates a Content.Iterator instance for the resource, starting from the given locator.
Returns null if the resource media type is not supported.
-
-
-
-