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 SummaryFields Modifier and Type Field Description protected static LoggerLOGprotected ClassPathScanImplementationLookuplookup
 - 
Constructor SummaryConstructors Constructor Description PreviewUtils(ClassPathScanImplementationLookup lookup)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BinaryPreviewergetPreviewer(String mimeType)
 
- 
- 
- 
Field Detail- 
LOGprotected static final Logger LOG 
 - 
lookupprotected final ClassPathScanImplementationLookup lookup 
 
- 
 - 
Constructor Detail- 
PreviewUtilspublic PreviewUtils(ClassPathScanImplementationLookup lookup) 
 
- 
 - 
Method Detail- 
getPreviewerpublic BinaryPreviewer getPreviewer(String mimeType) 
 
- 
 
-