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
FieldsFields inherited from interface org.apache.excalibur.source.SourceFactory
ROLE - 
Constructor Summary
Constructors - 
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:
 servicein interfaceServiceable- Throws:
 ServiceException
 - 
getSource
- Specified by:
 getSourcein interfaceSourceFactory- Throws:
 IOExceptionMalformedURLException
 - 
release
- Specified by:
 releasein interfaceSourceFactory
 
 -