Package org.ametys.odf.source
Interface ODFViewSelector
- All Known Implementing Classes:
DefaultODFView,ODFWebView
public interface ODFViewSelector
Component responsible to lookup a
Source for a catalog view-
Field Summary
Fields -
Method Summary
-
Field Details
-
ROLE
Avalon Role
-
-
Method Details
-
getSource
Get the file source for rendering a content- Parameters:
pluginName- the plugin namefilePath- the path of the file to retrieve- Returns:
- the file source
- Throws:
IOException- if the Source cannot be resolved
-