Interface ODFViewSelector

All Known Implementing Classes:
DefaultODFView, ODFWebView

public interface ODFViewSelector
Component responsible to lookup a Source for a catalog view
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Avalon Role
  • Method Summary

    Modifier and Type
    Method
    Description
    getSource(String pluginName, String filePath)
    Get the file source for rendering a content
  • Field Details

  • Method Details

    • getSource

      Source getSource(String pluginName, String filePath) throws IOException
      Get the file source for rendering a content
      Parameters:
      pluginName - the plugin name
      filePath - the path of the file to retrieve
      Returns:
      the file source
      Throws:
      IOException - if the Source cannot be resolved