Package org.nuxeo.ecm.localconf
Class SimpleConfigurationFactory
- java.lang.Object
-
- org.nuxeo.ecm.localconf.SimpleConfigurationFactory
-
- All Implemented Interfaces:
DocumentAdapterFactory
public class SimpleConfigurationFactory extends Object implements DocumentAdapterFactory
Factory creating theSimpleConfigurationAdapter
adapter if the document has theSimpleConfiguration
facet.- Since:
- 5.5
- Author:
- Thomas Roger
- See Also:
SimpleConfigurationAdapter
-
-
Constructor Summary
Constructors Constructor Description SimpleConfigurationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getAdapter(DocumentModel doc, Class<?> itf)
-
-
-
Method Detail
-
getAdapter
public Object getAdapter(DocumentModel doc, Class<?> itf)
- Specified by:
getAdapter
in interfaceDocumentAdapterFactory
-
-