Package org.ametys.odf.source
Class ODFViewSourceFactory
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.odf.source.ODFViewSourceFactory
- All Implemented Interfaces:
LogEnabled
,Component
,Serviceable
,SourceFactory
This factory looks for files in the WEB-INF/stylesheets directory and falls back to the default stylesheet .
Use: odf-view://path_to_file
-
Field Summary
Fields inherited from interface org.apache.excalibur.source.SourceFactory
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
__SOURCE_PATTERN
The regexp for a protocol
-
-
Constructor Details
-
ODFViewSourceFactory
public ODFViewSourceFactory()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getSource
- Specified by:
getSource
in interfaceSourceFactory
- Throws:
IOException
MalformedURLException
-
release
- Specified by:
release
in interfaceSourceFactory
-