Interface IMediaViewProvider


public interface IMediaViewProvider
Provider interface for IMediaView
Author:
hengsin
  • Method Summary

    Modifier and Type
    Method
    Description
    getMediaView(String contentType, String extension, boolean mobile)
     
  • Method Details

    • getMediaView

      IMediaView getMediaView(String contentType, String extension, boolean mobile)
      Parameters:
      contentType - mime type
      extension - file extension
      mobile - true for mobile client, false otherwise
      Returns:
      IMediaView instance or null