Package org.nuxeo.ecm.core.api.thumbnail
Class ThumbnailAdapterFactory
- java.lang.Object
-
- org.nuxeo.ecm.core.api.thumbnail.ThumbnailAdapterFactory
-
- All Implemented Interfaces:
DocumentAdapterFactory
public class ThumbnailAdapterFactory extends Object implements DocumentAdapterFactory
- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description ThumbnailAdapterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdapter(DocumentModel doc, Class<?> itf)
-
-
-
Method Detail
-
getAdapter
public Object getAdapter(DocumentModel doc, Class<?> itf)
- Specified by:
getAdapter
in interfaceDocumentAdapterFactory
-
-