Package org.ametys.cms.content
Class RichTextFileSourceFactory
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.content.RichTextFileSourceFactory
- All Implemented Interfaces:
LogEnabled,Component,Contextualizable,Serviceable,ThreadSafe,SourceFactory
public class RichTextFileSourceFactory
extends AbstractLogEnabled
implements SourceFactory, ThreadSafe, Serviceable, Contextualizable
SourceFactory for RichText's local files.-
Field Summary
FieldsFields inherited from interface org.apache.excalibur.source.SourceFactory
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextualize(Context context) voidvoidservice(ServiceManager manager) Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
RICHTEXT_FILE_SCHEME
source scheme- See Also:
-
-
Constructor Details
-
RichTextFileSourceFactory
public RichTextFileSourceFactory()
-
-
Method Details
-
contextualize
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
getSource
- Specified by:
getSourcein interfaceSourceFactory- Throws:
IOExceptionMalformedURLException
-
release
- Specified by:
releasein interfaceSourceFactory
-