public class ReflectiveObjectPersisterFactory extends Object implements ObjectPersisterFactory
ReflectiveObjectPersister
. Guarantees not to return
null from createPersisterFor(com.atlassian.confluence.importexport.xmlimport.model.ImportedObject)
.Constructor and Description |
---|
ReflectiveObjectPersisterFactory(LabelManager labelManager,
ConfluenceUserDao confluenceUserDao,
StorageFormatUserRewriter storageFormatUserRewriter) |
Modifier and Type | Method and Description |
---|---|
ReflectiveObjectPersister |
createPersisterFor(ImportedObject importedObject)
Creates a new persister for the given
ImportedObject . |
public ReflectiveObjectPersisterFactory(LabelManager labelManager, ConfluenceUserDao confluenceUserDao, StorageFormatUserRewriter storageFormatUserRewriter)
public ReflectiveObjectPersister createPersisterFor(ImportedObject importedObject)
ObjectPersisterFactory
ImportedObject
.createPersisterFor
in interface ObjectPersisterFactory
importedObject
- the object to persist.ObjectPersister
, or null if none could be found.Copyright © 2003–2017 Atlassian. All rights reserved.