Class AbstractDummyHandledFileConverter<E extends SimulationElement<?>>
- java.lang.Object
-
- org.silverpeas.core.process.annotation.AbstractDummyHandledFileConverter<E>
-
- All Implemented Interfaces:
Initialization
,DummyHandledFileConverter<E>
- Direct Known Subclasses:
SimpleDocumentDummyHandledFileConverter
,ThumbnailDummyHandledFileConverter
public abstract class AbstractDummyHandledFileConverter<E extends SimulationElement<?>> extends Object implements DummyHandledFileConverter<E>
User: Yohann Chastagnier Date: 25/10/13
-
-
Constructor Summary
Constructors Constructor Description AbstractDummyHandledFileConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Just after Silverpeas server start, this method is called.void
release()
Just before Silverpeas server stop, this method is called.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.process.annotation.DummyHandledFileConverter
convert
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority
-
-
-
-
Method Detail
-
init
public void init()
Just after Silverpeas server start, this method is called. The content of this method consists to register the class instance intoDummyHandledFileConverterRegistration
.- Specified by:
init
in interfaceInitialization
-
release
public void release()
Just before Silverpeas server stop, this method is called. The content of this method consists to unregister the class instance fromDummyHandledFileConverterRegistration
.- Specified by:
release
in interfaceInitialization
-
-