Package org.ametys.odf.source
Interface ODFViewSelector
-
- All Known Implementing Classes:
DefaultODFView
,ODFWebView
public interface ODFViewSelector
Component responsible to lookup aSource
for a catalog view
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Source
getSource(String pluginName, String filePath)
Get the file source for rendering a content
-
-
-
Method Detail
-
getSource
Source getSource(String pluginName, String filePath) throws IOException
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
-
-