Class PreviewUtils
- java.lang.Object
-
- org.apache.syncope.client.enduser.commons.PreviewUtils
-
- All Implemented Interfaces:
Serializable
public class PreviewUtils extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static Logger
LOG
protected ClassPathScanImplementationLookup
lookup
-
Constructor Summary
Constructors Constructor Description PreviewUtils(ClassPathScanImplementationLookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryPreviewer
getPreviewer(String mimeType)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
lookup
protected final ClassPathScanImplementationLookup lookup
-
-
Constructor Detail
-
PreviewUtils
public PreviewUtils(ClassPathScanImplementationLookup lookup)
-
-
Method Detail
-
getPreviewer
public BinaryPreviewer getPreviewer(String mimeType)
-
-