Package org.ametys.plugins.odfsync.cdmfr
Class CDMFrSyncExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<CDMFrSyncTransformer>
org.ametys.plugins.odfsync.cdmfr.CDMFrSyncExtensionPoint
- All Implemented Interfaces:
 LogEnabled,ExtensionPoint<CDMFrSyncTransformer>,Disposable,Initializable,Component,Contextualizable,Serviceable,ThreadSafe
public class CDMFrSyncExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<CDMFrSyncTransformer>
ExtensionPoint for registering CDMFrSyncTransformers.- 
Field Summary
FieldsFields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Field Details
- 
ROLE
Avalon Role 
 - 
 - 
Constructor Details
- 
CDMFrSyncExtensionPoint
public CDMFrSyncExtensionPoint() 
 - 
 - 
Method Details
- 
getTransformer
Get the transformer.- Parameters:
 document- The document to parse- Returns:
 - the transformer
 
 
 -