public class CoreExtensionFactory extends Object implements ContextExtensionFactory
Constructor and Description |
---|
CoreExtensionFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
getExtension(DocumentModel currentDocument,
DocumentWrapper wrapper,
Map<String,Object> ctx)
Called before redering to let you add objects inside the rendering context.
|
public CoreExtensionFactory()
public Object getExtension(DocumentModel currentDocument, DocumentWrapper wrapper, Map<String,Object> ctx)
ContextExtensionFactory
If the method returns an object, it will be automatically pushed inside the context using the name defined in the contribution.
you can also directly push in the provided ctx map
getExtension
in interface ContextExtensionFactory
Copyright © 2018 Nuxeo. All rights reserved.